Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / ConstructorNeedsTagAttribute.cs / 1305376 / 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)] 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.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
- MSAAWinEventWrap.cs
- IsolatedStorageException.cs
- XmlSchema.cs
- GZipObjectSerializer.cs
- SendContent.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- DataServiceEntityAttribute.cs
- DbProviderFactories.cs
- DirectoryRedirect.cs
- Avt.cs
- FixedHighlight.cs
- RuntimeArgumentHandle.cs
- BroadcastEventHelper.cs
- AlgoModule.cs
- WebAdminConfigurationHelper.cs
- TargetParameterCountException.cs
- DataControlButton.cs
- MultiBindingExpression.cs
- TableParaClient.cs
- LightweightCodeGenerator.cs
- Section.cs
- MailSettingsSection.cs
- TableLayoutRowStyleCollection.cs
- CheckBoxPopupAdapter.cs
- HostingEnvironmentException.cs
- CompilerTypeWithParams.cs
- ProvidePropertyAttribute.cs
- DesignerSerializerAttribute.cs
- DesignerAttribute.cs
- ObjectComplexPropertyMapping.cs
- ClientSettingsProvider.cs
- XmlProcessingInstruction.cs
- CodeConditionStatement.cs
- BuildDependencySet.cs
- XNameTypeConverter.cs
- ProfileModule.cs
- AlphabetConverter.cs
- CodeAssignStatement.cs
- TokenBasedSet.cs
- FileVersionInfo.cs
- JournalEntryStack.cs
- RenderData.cs
- _ProxyChain.cs
- Document.cs
- BitmapEffect.cs
- PathNode.cs
- XmlAnyElementAttribute.cs
- unitconverter.cs
- AstTree.cs
- RuntimeWrappedException.cs
- LicenseException.cs
- DomainUpDown.cs
- EditorZone.cs
- ArraySegment.cs
- Types.cs
- CompiledQuery.cs
- shaperfactoryquerycacheentry.cs
- XPathExpr.cs
- PackagingUtilities.cs
- ResponseBodyWriter.cs
- NoPersistProperty.cs
- CasesDictionary.cs
- WebPartAddingEventArgs.cs
- PropertyDescriptor.cs
- LineGeometry.cs
- DivideByZeroException.cs
- OrderPreservingMergeHelper.cs
- StreamDocument.cs
- DecoderReplacementFallback.cs
- Rijndael.cs
- Codec.cs
- DBSchemaTable.cs
- IncrementalReadDecoders.cs
- XamlVector3DCollectionSerializer.cs
- IImplicitResourceProvider.cs
- AutomationPropertyInfo.cs
- PersonalizationDictionary.cs
- HGlobalSafeHandle.cs
- FixedStringLookup.cs
- TextShapeableCharacters.cs
- SelectionProviderWrapper.cs
- SubclassTypeValidator.cs
- ClientSession.cs
- CommunicationObject.cs
- AspNetSynchronizationContext.cs
- SystemWebExtensionsSectionGroup.cs
- FormViewUpdatedEventArgs.cs
- BufferedReadStream.cs
- TriggerBase.cs
- DateTimePicker.cs
- ClientTarget.cs
- BindingWorker.cs
- MissingManifestResourceException.cs
- PhysicalOps.cs
- TiffBitmapDecoder.cs
- ClrPerspective.cs
- LoginName.cs
- Hyperlink.cs
- TransformerConfigurationWizardBase.cs
- SafeHandles.cs