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
- SortFieldComparer.cs
- MessageBuilder.cs
- DrawingContext.cs
- AttachmentCollection.cs
- MexHttpsBindingElement.cs
- ContainerFilterService.cs
- SetIterators.cs
- ViewValidator.cs
- FontResourceCache.cs
- SessionStateModule.cs
- ProfileEventArgs.cs
- GenericPrincipal.cs
- _Semaphore.cs
- baseshape.cs
- PointCollection.cs
- MouseGesture.cs
- ListBox.cs
- StateItem.cs
- ResourceDictionary.cs
- UnknownWrapper.cs
- FirstMatchCodeGroup.cs
- DemultiplexingDispatchMessageFormatter.cs
- BStrWrapper.cs
- DataGridViewRowPostPaintEventArgs.cs
- XmlObjectSerializerReadContextComplexJson.cs
- ApplicationSecurityInfo.cs
- DateTimeUtil.cs
- CopyOnWriteList.cs
- DataObjectSettingDataEventArgs.cs
- TargetControlTypeCache.cs
- EtwTrace.cs
- ApplicationInfo.cs
- StrongNameUtility.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- SeekableReadStream.cs
- DesignBindingValueUIHandler.cs
- StringCollection.cs
- XmlArrayItemAttributes.cs
- SelectionProcessor.cs
- XXXOnTypeBuilderInstantiation.cs
- EdmRelationshipRoleAttribute.cs
- NetSectionGroup.cs
- StylusPointPropertyInfoDefaults.cs
- RuleEngine.cs
- FileDialog_Vista_Interop.cs
- StandardOleMarshalObject.cs
- OleDbTransaction.cs
- SafeProcessHandle.cs
- Wizard.cs
- Identity.cs
- ServiceDescriptionSerializer.cs
- DbProviderFactory.cs
- Transactions.cs
- BulletDecorator.cs
- ArrangedElement.cs
- ContentFilePart.cs
- CheckBoxField.cs
- StateWorkerRequest.cs
- FixedSOMPage.cs
- XmlDataSourceNodeDescriptor.cs
- FixedPageProcessor.cs
- CallContext.cs
- XPathNavigatorReader.cs
- ServiceContractListItemList.cs
- contentDescriptor.cs
- CustomActivityDesigner.cs
- TimeSpanStorage.cs
- WebBrowserSiteBase.cs
- HtmlContainerControl.cs
- SettingsAttributes.cs
- EntityWrapper.cs
- ETagAttribute.cs
- AppSettingsReader.cs
- FontUnitConverter.cs
- ArgumentOutOfRangeException.cs
- ImmutableObjectAttribute.cs
- TableDetailsCollection.cs
- UnsafeNativeMethods.cs
- WindowsScroll.cs
- SchemaElement.cs
- ProfileGroupSettingsCollection.cs
- SQLInt32.cs
- SimpleHandlerBuildProvider.cs
- IERequestCache.cs
- Enum.cs
- FormsAuthentication.cs
- mactripleDES.cs
- SystemIcmpV4Statistics.cs
- AuthenticateEventArgs.cs
- OciEnlistContext.cs
- GridViewCancelEditEventArgs.cs
- Visitors.cs
- WebPartDisplayModeCancelEventArgs.cs
- ProtocolsSection.cs
- AuthorizationRuleCollection.cs
- BlobPersonalizationState.cs
- GridPatternIdentifiers.cs
- ColorMap.cs
- TriggerAction.cs
- XmlNamespaceMapping.cs