Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / ConstructorNeedsTagAttribute.cs / 1 / ConstructorNeedsTagAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AttributeUsage(AttributeTargets.Class)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class ConstructorNeedsTagAttribute: Attribute { bool needsTag = false; ///Allows a control to specify that it needs a /// tag name in its constructor. ////// public ConstructorNeedsTagAttribute() { } ///Initializes a new instance of the ///class. /// public ConstructorNeedsTagAttribute(bool needsTag) { this.needsTag = needsTag; } ///Initializes a new instance of the ///class. /// public bool NeedsTag { get { return needsTag; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Indicates whether a control needs a tag in its contstructor. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProxyFragment.cs
- CatalogPartChrome.cs
- AppModelKnownContentFactory.cs
- ExpandCollapsePatternIdentifiers.cs
- SourceFilter.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- NetStream.cs
- ImpersonationContext.cs
- TreeNodeCollection.cs
- ADRoleFactoryConfiguration.cs
- SkipQueryOptionExpression.cs
- ServiceEndpointElementCollection.cs
- JournalEntry.cs
- WebPartVerbCollection.cs
- BaseTemplateBuildProvider.cs
- DelegateBodyWriter.cs
- AttributeProviderAttribute.cs
- Clipboard.cs
- PinnedBufferMemoryStream.cs
- SubstitutionList.cs
- EditingContext.cs
- Certificate.cs
- controlskin.cs
- GeneralTransformGroup.cs
- RtfToXamlLexer.cs
- ContentDisposition.cs
- MessageBox.cs
- ObjRef.cs
- CommandEventArgs.cs
- CacheChildrenQuery.cs
- ProviderMetadata.cs
- XmlWhitespace.cs
- ZeroOpNode.cs
- ComboBoxAutomationPeer.cs
- WindowsStartMenu.cs
- DnsPermission.cs
- CryptoHelper.cs
- UTF32Encoding.cs
- OdbcCommand.cs
- AbsoluteQuery.cs
- PatternMatchRules.cs
- ThicknessAnimation.cs
- AudioLevelUpdatedEventArgs.cs
- SecurityCriticalDataForSet.cs
- FrameworkEventSource.cs
- DeviceContexts.cs
- ButtonField.cs
- PrintPreviewGraphics.cs
- ProfileService.cs
- InfiniteIntConverter.cs
- DataBoundControl.cs
- MultiBindingExpression.cs
- Compiler.cs
- MessageQueuePermission.cs
- ConfigPathUtility.cs
- SamlConditions.cs
- ResourceExpressionEditor.cs
- loginstatus.cs
- securitycriticaldataformultiplegetandset.cs
- SystemTcpConnection.cs
- linebase.cs
- ExeContext.cs
- TextServicesHost.cs
- SystemException.cs
- ResXDataNode.cs
- ping.cs
- SapiInterop.cs
- NetDataContractSerializer.cs
- InstallerTypeAttribute.cs
- ServicesSection.cs
- BaseResourcesBuildProvider.cs
- ConfigurationManagerInternal.cs
- SQLGuid.cs
- SessionState.cs
- ServiceProviders.cs
- ServiceBehaviorElement.cs
- PathFigureCollection.cs
- AnnotationResourceCollection.cs
- MultiAsyncResult.cs
- SmtpReplyReader.cs
- XmlMembersMapping.cs
- LogEntrySerialization.cs
- EditorZone.cs
- CodeMemberMethod.cs
- HttpConfigurationSystem.cs
- TransformerTypeCollection.cs
- ThreadExceptionEvent.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- HttpInputStream.cs
- ZipArchive.cs
- LogLogRecordEnumerator.cs
- ReceiveActivity.cs
- MSAAEventDispatcher.cs
- LinkedResourceCollection.cs
- ApplicationManager.cs
- SafeHandle.cs
- ListViewTableRow.cs
- TypeSystem.cs
- FunctionGenerator.cs
- EncoderNLS.cs