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
- ConfigurationSection.cs
- SubstitutionList.cs
- StylusPlugin.cs
- PersonalizationEntry.cs
- InvalidateEvent.cs
- UxThemeWrapper.cs
- CorruptingExceptionCommon.cs
- RichTextBoxConstants.cs
- DeflateStream.cs
- EntitySetDataBindingList.cs
- ITextView.cs
- CodeMemberProperty.cs
- CustomAttributeBuilder.cs
- COM2AboutBoxPropertyDescriptor.cs
- CancellationState.cs
- RenderTargetBitmap.cs
- ParameterElement.cs
- IdleTimeoutMonitor.cs
- SelectorAutomationPeer.cs
- StoragePropertyMapping.cs
- Command.cs
- DataSourceSelectArguments.cs
- EventBindingService.cs
- LineUtil.cs
- PaperSource.cs
- PointF.cs
- EntityDataSourceEntityTypeFilterItem.cs
- FilterElement.cs
- IsolatedStoragePermission.cs
- DBDataPermissionAttribute.cs
- _FtpDataStream.cs
- ReadOnlyHierarchicalDataSource.cs
- RenderContext.cs
- RequestCacheValidator.cs
- Canonicalizers.cs
- XmlSchemaAttributeGroup.cs
- RecommendedAsConfigurableAttribute.cs
- X509UI.cs
- ContentControl.cs
- Splitter.cs
- DataContext.cs
- ScriptingJsonSerializationSection.cs
- StorageInfo.cs
- ThemeInfoAttribute.cs
- BufferedWebEventProvider.cs
- XmlSchemaSimpleTypeRestriction.cs
- CodeCommentStatement.cs
- APCustomTypeDescriptor.cs
- TripleDESCryptoServiceProvider.cs
- Helpers.cs
- XPathNodeInfoAtom.cs
- TypeUsage.cs
- XmlAutoDetectWriter.cs
- MetadataPropertyCollection.cs
- DesignerMetadata.cs
- ControlParameter.cs
- DrawingContextDrawingContextWalker.cs
- FrameworkElement.cs
- SqlGatherConsumedAliases.cs
- MethodAccessException.cs
- WindowInteractionStateTracker.cs
- LinkDesigner.cs
- DataGridViewBindingCompleteEventArgs.cs
- PrintEvent.cs
- AttachmentService.cs
- MediaScriptCommandRoutedEventArgs.cs
- MimeMultiPart.cs
- HierarchicalDataBoundControl.cs
- SchemaCompiler.cs
- EntityDataSourceStatementEditorForm.cs
- SQLDoubleStorage.cs
- UpdateException.cs
- PrintController.cs
- mediaeventshelper.cs
- FlagsAttribute.cs
- ToolboxDataAttribute.cs
- SmiMetaDataProperty.cs
- UInt64Storage.cs
- WrappedIUnknown.cs
- ExpressionTextBox.xaml.cs
- BamlStream.cs
- OleDbCommandBuilder.cs
- DataGridCellClipboardEventArgs.cs
- MenuItemBindingCollection.cs
- JavaScriptObjectDeserializer.cs
- ContextMenuAutomationPeer.cs
- COM2PictureConverter.cs
- XPathAxisIterator.cs
- Not.cs
- ManipulationStartedEventArgs.cs
- ParameterCollection.cs
- SafeThemeHandle.cs
- DeclarativeCatalogPart.cs
- SimpleMailWebEventProvider.cs
- SharedDp.cs
- DesignerDataView.cs
- DependencyPropertyKind.cs
- DeleteHelper.cs
- ElementAction.cs
- OutputCacheProfileCollection.cs