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
- DiagnosticStrings.cs
- TableLayoutRowStyleCollection.cs
- ActivitiesCollection.cs
- ExpressionBinding.cs
- LiteralSubsegment.cs
- FileStream.cs
- XNodeValidator.cs
- Button.cs
- Parameter.cs
- Literal.cs
- DataGridRow.cs
- HttpListenerPrefixCollection.cs
- SyndicationSerializer.cs
- ProfilePropertyNameValidator.cs
- WorkflowItemsPresenter.cs
- AnimationException.cs
- RightsManagementErrorHandler.cs
- DataRelationCollection.cs
- TextContainerChangedEventArgs.cs
- HostedHttpRequestAsyncResult.cs
- CapiSafeHandles.cs
- LinkedResource.cs
- Rotation3DAnimation.cs
- DataControlFieldCollection.cs
- MediaCommands.cs
- ResourceDictionaryCollection.cs
- GeometryDrawing.cs
- XamlStyleSerializer.cs
- coordinatorscratchpad.cs
- ZeroOpNode.cs
- SuppressMergeCheckAttribute.cs
- SqlException.cs
- DbDataReader.cs
- FontSourceCollection.cs
- TextSelectionHelper.cs
- SetterBase.cs
- DbMetaDataCollectionNames.cs
- SmiRequestExecutor.cs
- Pair.cs
- InputEventArgs.cs
- _Rfc2616CacheValidators.cs
- TextContainerHelper.cs
- StylusPointPropertyUnit.cs
- ImageCodecInfoPrivate.cs
- ProtocolInformationReader.cs
- PartialCachingControl.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- RangeBase.cs
- HttpPostedFile.cs
- ImageEditor.cs
- XmlSchemaComplexType.cs
- Decoder.cs
- FixedSOMTextRun.cs
- XPathAncestorIterator.cs
- TraceProvider.cs
- Buffer.cs
- SchemaElementLookUpTable.cs
- DataGridViewTextBoxColumn.cs
- Grant.cs
- Types.cs
- ITreeGenerator.cs
- DataRecordInternal.cs
- DoubleKeyFrameCollection.cs
- DataObject.cs
- DBAsyncResult.cs
- ProjectionPathSegment.cs
- RelatedView.cs
- ButtonStandardAdapter.cs
- SecurityHelper.cs
- HostedElements.cs
- FixedPageStructure.cs
- LongPath.cs
- BooleanFunctions.cs
- CompilerWrapper.cs
- DBCommand.cs
- Matrix.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- BezierSegment.cs
- XslTransformFileEditor.cs
- ApplicationTrust.cs
- FontWeightConverter.cs
- DoubleAnimationUsingKeyFrames.cs
- PasswordTextNavigator.cs
- BamlWriter.cs
- CapabilitiesSection.cs
- AgileSafeNativeMemoryHandle.cs
- FileDialogCustomPlace.cs
- DoWorkEventArgs.cs
- AppModelKnownContentFactory.cs
- XPathNavigator.cs
- TableColumn.cs
- _RegBlobWebProxyDataBuilder.cs
- FormsAuthenticationModule.cs
- OledbConnectionStringbuilder.cs
- ProgressBarHighlightConverter.cs
- UInt64.cs
- XmlSignatureManifest.cs
- ProfessionalColors.cs
- Timer.cs
- hresults.cs