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
- SatelliteContractVersionAttribute.cs
- HtmlLink.cs
- AttributeTableBuilder.cs
- FixUp.cs
- Identity.cs
- DigitShape.cs
- SecurityCriticalDataForSet.cs
- TemplateInstanceAttribute.cs
- AspNetSynchronizationContext.cs
- BaseDataListComponentEditor.cs
- securitycriticaldataformultiplegetandset.cs
- IncrementalHitTester.cs
- CatalogPartDesigner.cs
- ResourcePart.cs
- XPathException.cs
- DiscoveryDocumentReference.cs
- MimeObjectFactory.cs
- TypeGeneratedEventArgs.cs
- UnsafeNativeMethods.cs
- ReadOnlyMetadataCollection.cs
- StructuredTypeEmitter.cs
- StorageInfo.cs
- SignatureToken.cs
- ReadWriteObjectLock.cs
- EntityDataSourceValidationException.cs
- ControlParameter.cs
- XmlSchemaComplexContentExtension.cs
- ParseHttpDate.cs
- TransformerTypeCollection.cs
- HttpsChannelFactory.cs
- smtppermission.cs
- SelectionPattern.cs
- Boolean.cs
- X509RecipientCertificateClientElement.cs
- HostingPreferredMapPath.cs
- WorkflowInstanceRecord.cs
- InternalEnumValidator.cs
- URLAttribute.cs
- BitmapSourceSafeMILHandle.cs
- AccessibleObject.cs
- StrokeNodeOperations2.cs
- StructuredTypeEmitter.cs
- RoleManagerModule.cs
- LeftCellWrapper.cs
- PreservationFileReader.cs
- SQLInt64Storage.cs
- _BaseOverlappedAsyncResult.cs
- mediapermission.cs
- NotCondition.cs
- ExtendedProtectionPolicyElement.cs
- RangeValidator.cs
- NetTcpBinding.cs
- PenLineCapValidation.cs
- HttpHandlerAction.cs
- ObjectAnimationUsingKeyFrames.cs
- JsonReaderWriterFactory.cs
- EnlistmentTraceIdentifier.cs
- DbCommandTree.cs
- ProviderConnectionPoint.cs
- _StreamFramer.cs
- DashStyle.cs
- CellQuery.cs
- SessionEndingCancelEventArgs.cs
- ImageListStreamer.cs
- HtmlInputFile.cs
- EtwTrace.cs
- RegexMatchCollection.cs
- UTF8Encoding.cs
- MouseGestureValueSerializer.cs
- MatrixValueSerializer.cs
- ElementsClipboardData.cs
- StreamWithDictionary.cs
- XmlEntityReference.cs
- DataGridSortingEventArgs.cs
- RequestNavigateEventArgs.cs
- HtmlImage.cs
- AssemblyNameProxy.cs
- HtmlInputCheckBox.cs
- MenuCommand.cs
- IssuanceTokenProviderState.cs
- SizeValueSerializer.cs
- UIElementCollection.cs
- Permission.cs
- StringToken.cs
- HatchBrush.cs
- OracleParameter.cs
- SolidColorBrush.cs
- EnumerableCollectionView.cs
- CodeTypeReferenceCollection.cs
- VisualBrush.cs
- PagesSection.cs
- PrincipalPermission.cs
- URIFormatException.cs
- HebrewCalendar.cs
- AssemblySettingAttributes.cs
- BindingsCollection.cs
- ComponentRenameEvent.cs
- SortableBindingList.cs
- DbBuffer.cs