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
- UdpAnnouncementEndpoint.cs
- ObjectDataSourceView.cs
- nulltextcontainer.cs
- RuntimeArgumentHandle.cs
- TypographyProperties.cs
- OptimizerPatterns.cs
- autovalidator.cs
- DataColumnMappingCollection.cs
- IItemContainerGenerator.cs
- DropDownButton.cs
- TypeBuilder.cs
- RequiredAttributeAttribute.cs
- WebPartConnectionsCancelEventArgs.cs
- WindowProviderWrapper.cs
- AppSecurityManager.cs
- ValidationHelper.cs
- DataGridViewCheckBoxCell.cs
- EncodingNLS.cs
- TreeViewEvent.cs
- PageSettings.cs
- DataServiceExpressionVisitor.cs
- ParallelRangeManager.cs
- CaseInsensitiveComparer.cs
- CapabilitiesAssignment.cs
- ExtenderControl.cs
- StructuralObject.cs
- WindowsListBox.cs
- SafeCoTaskMem.cs
- RuntimeEnvironment.cs
- UIElement.cs
- ManagedIStream.cs
- WebPartZoneBase.cs
- HttpProfileGroupBase.cs
- ManagementClass.cs
- ObjectDataProvider.cs
- DataDesignUtil.cs
- DataFormat.cs
- ScrollEventArgs.cs
- SchemaManager.cs
- PointAnimationBase.cs
- TextElementCollectionHelper.cs
- FolderBrowserDialogDesigner.cs
- InputEventArgs.cs
- TypeConverterAttribute.cs
- LinkArea.cs
- MediaTimeline.cs
- BitmapEffectState.cs
- RelationshipFixer.cs
- SynchronizationContext.cs
- EntityContainerRelationshipSetEnd.cs
- OleDbReferenceCollection.cs
- GraphicsState.cs
- DispatcherSynchronizationContext.cs
- UdpReplyToBehavior.cs
- DataSourceProvider.cs
- SerialErrors.cs
- FirstMatchCodeGroup.cs
- ZoneIdentityPermission.cs
- TextEditorSelection.cs
- EqualityArray.cs
- TransformerInfoCollection.cs
- userdatakeys.cs
- DirectoryNotFoundException.cs
- ServiceModelEnumValidator.cs
- PageRequestManager.cs
- OpacityConverter.cs
- CheckBoxRenderer.cs
- UserNameSecurityTokenParameters.cs
- _HelperAsyncResults.cs
- CodeTypeConstructor.cs
- ObjectRef.cs
- TrustManagerMoreInformation.cs
- UInt64.cs
- TableCell.cs
- DataKey.cs
- ExtensionWindowResizeGrip.cs
- UriScheme.cs
- BindingObserver.cs
- TemplateComponentConnector.cs
- _AutoWebProxyScriptHelper.cs
- CreateUserErrorEventArgs.cs
- AccessorTable.cs
- LOSFormatter.cs
- Base64WriteStateInfo.cs
- PaperSize.cs
- regiisutil.cs
- invalidudtexception.cs
- MimeFormReflector.cs
- ConfigurationManagerHelper.cs
- StrongTypingException.cs
- OLEDB_Enum.cs
- SystemNetworkInterface.cs
- CompilationRelaxations.cs
- DataGridViewCellValidatingEventArgs.cs
- QueryableDataSourceEditData.cs
- UpdateExpressionVisitor.cs
- WSMessageEncoding.cs
- EdmComplexPropertyAttribute.cs
- DelegatingTypeDescriptionProvider.cs
- TraceContextRecord.cs