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
- InternalsVisibleToAttribute.cs
- ZipIOExtraFieldPaddingElement.cs
- WriteableBitmap.cs
- webclient.cs
- ErrorProvider.cs
- HttpModuleAction.cs
- BrowsableAttribute.cs
- CompositeControl.cs
- CommunicationObjectFaultedException.cs
- InternalPermissions.cs
- ContentDisposition.cs
- Relationship.cs
- BaseCollection.cs
- ArrayMergeHelper.cs
- ContextBase.cs
- LineInfo.cs
- Atom10FormatterFactory.cs
- NetworkCredential.cs
- ScriptControlManager.cs
- HtmlTitle.cs
- BinaryObjectReader.cs
- Ticks.cs
- EntryPointNotFoundException.cs
- Propagator.Evaluator.cs
- XamlInterfaces.cs
- MaskInputRejectedEventArgs.cs
- StateMachineSubscriptionManager.cs
- ScopeCollection.cs
- DataGridRelationshipRow.cs
- ObjectSet.cs
- BatchWriter.cs
- DynamicResourceExtensionConverter.cs
- DataTableMapping.cs
- AccessDataSourceDesigner.cs
- ReturnEventArgs.cs
- CompilationSection.cs
- XhtmlTextWriter.cs
- ControlEvent.cs
- DataGridViewCellValidatingEventArgs.cs
- UndirectedGraph.cs
- XmlTypeMapping.cs
- FileDialog.cs
- SerialReceived.cs
- SplineKeyFrames.cs
- URL.cs
- DataGridViewCellLinkedList.cs
- ExpressionLink.cs
- SiteMapDataSourceView.cs
- MobileControlDesigner.cs
- UnionCodeGroup.cs
- DataGridViewRowCollection.cs
- NegationPusher.cs
- FormView.cs
- TextTreeTextBlock.cs
- ReaderWriterLock.cs
- Models.cs
- BaseCollection.cs
- ToolbarAUtomationPeer.cs
- FixedSOMPageConstructor.cs
- PersonalizationProviderHelper.cs
- AssemblyAttributesGoHere.cs
- XmlQualifiedNameTest.cs
- ZoneIdentityPermission.cs
- DeferrableContentConverter.cs
- WindowsPrincipal.cs
- ListBoxAutomationPeer.cs
- DecimalFormatter.cs
- RenderTargetBitmap.cs
- Matrix.cs
- _ContextAwareResult.cs
- XmlSchemaExternal.cs
- ObjectListTitleAttribute.cs
- Size.cs
- RecognizerStateChangedEventArgs.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- PropertyTabChangedEvent.cs
- ContentPresenter.cs
- VerticalConnector.xaml.cs
- CompilationUtil.cs
- XhtmlConformanceSection.cs
- ELinqQueryState.cs
- AssertUtility.cs
- PrivilegedConfigurationManager.cs
- SystemFonts.cs
- CharConverter.cs
- MatrixAnimationUsingPath.cs
- DataFormats.cs
- BindingObserver.cs
- DiagnosticSection.cs
- log.cs
- VirtualizingStackPanel.cs
- HttpConfigurationSystem.cs
- SamlAuthorizationDecisionStatement.cs
- SkipStoryboardToFill.cs
- Reference.cs
- InternalConfigHost.cs
- FieldBuilder.cs
- MimeTypeMapper.cs
- OleDbParameterCollection.cs
- EntitySetBase.cs