Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlGenericControl.cs / 1 / HtmlGenericControl.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HtmlGenericControl.cs * * Copyright (c) 2000 Microsoft Corporation */ namespace System.Web.UI.HtmlControls { using System; using System.Collections; using System.ComponentModel; using System.IO; using System.Web.UI; using System.Security.Permissions; /* * A control representing an unknown Html tag. */ ////// [ConstructorNeedsTag(true)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HtmlGenericControl : HtmlContainerControl { /* * Creates a new WebControl */ ////// The ///class defines the methods, /// properties, and events for all HTML Server control tags not represented by a /// specific class. /// /// public HtmlGenericControl() : this("span") { } /* * Creates a new HtmlGenericControl */ ///Initializes a new instance of the ///class with default /// values. /// public HtmlGenericControl(string tag) { if (tag == null) tag = String.Empty; _tagName = tag; } /* * Property to get name of tag. */ ///Initializes a new instance of the ///class using the specified /// string. /// [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden) ] new public string TagName { get { return _tagName;} set {_tagName = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ ///// Gets or sets the element name of a tag that contains a /// runat="server" attribute/value pair. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HtmlGenericControl.cs * * Copyright (c) 2000 Microsoft Corporation */ namespace System.Web.UI.HtmlControls { using System; using System.Collections; using System.ComponentModel; using System.IO; using System.Web.UI; using System.Security.Permissions; /* * A control representing an unknown Html tag. */ ////// [ConstructorNeedsTag(true)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HtmlGenericControl : HtmlContainerControl { /* * Creates a new WebControl */ ////// The ///class defines the methods, /// properties, and events for all HTML Server control tags not represented by a /// specific class. /// /// public HtmlGenericControl() : this("span") { } /* * Creates a new HtmlGenericControl */ ///Initializes a new instance of the ///class with default /// values. /// public HtmlGenericControl(string tag) { if (tag == null) tag = String.Empty; _tagName = tag; } /* * Property to get name of tag. */ ///Initializes a new instance of the ///class using the specified /// string. /// [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden) ] new public string TagName { get { return _tagName;} set {_tagName = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// Gets or sets the element name of a tag that contains a /// runat="server" attribute/value pair. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataList.cs
- DataGridItemCollection.cs
- AppliedDeviceFiltersEditor.cs
- Paragraph.cs
- baseaxisquery.cs
- DrawingServices.cs
- ClientBuildManager.cs
- CheckBoxDesigner.cs
- Size3DValueSerializer.cs
- M3DUtil.cs
- XsdBuilder.cs
- InstanceView.cs
- ThreadStaticAttribute.cs
- EntityDataSourceValidationException.cs
- XmlSchemas.cs
- BidPrivateBase.cs
- ApplicationGesture.cs
- ReflectionHelper.cs
- OutOfProcStateClientManager.cs
- HandledEventArgs.cs
- DataGridSortingEventArgs.cs
- PackageProperties.cs
- AutomationEventArgs.cs
- GACIdentityPermission.cs
- TypeSemantics.cs
- DataSourceView.cs
- TypeBuilderInstantiation.cs
- ReceiveSecurityHeaderEntry.cs
- ObjectSecurityT.cs
- SchemaImporter.cs
- ListSortDescriptionCollection.cs
- HwndSource.cs
- CatalogPart.cs
- WebContentFormatHelper.cs
- LazyInitializer.cs
- XamlReader.cs
- BaseProcessor.cs
- GlobalEventManager.cs
- DataViewManagerListItemTypeDescriptor.cs
- Models.cs
- VirtualizedCellInfoCollection.cs
- TreeNodeClickEventArgs.cs
- LinqDataSourceDeleteEventArgs.cs
- BooleanKeyFrameCollection.cs
- ListMarkerSourceInfo.cs
- WebControlsSection.cs
- brushes.cs
- WebControlsSection.cs
- QueryOperatorEnumerator.cs
- SortQuery.cs
- CodePrimitiveExpression.cs
- DbXmlEnabledProviderManifest.cs
- DecimalAnimationBase.cs
- CursorConverter.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- TextPointer.cs
- Triangle.cs
- SqlServices.cs
- DataSetFieldSchema.cs
- LocalizedNameDescriptionPair.cs
- ContextStaticAttribute.cs
- OleDbException.cs
- AccessorTable.cs
- StructuredTypeInfo.cs
- SecurityPermission.cs
- DataGridPagingPage.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- ISCIIEncoding.cs
- HybridDictionary.cs
- XmlComment.cs
- OperationCanceledException.cs
- FreezableCollection.cs
- ItemAutomationPeer.cs
- WbemProvider.cs
- UdpSocket.cs
- OracleParameterCollection.cs
- WS2007FederationHttpBindingCollectionElement.cs
- PenContext.cs
- HttpHandlerActionCollection.cs
- WindowsIdentity.cs
- AuthenticationServiceManager.cs
- GenericQueueSurrogate.cs
- PaperSize.cs
- ControlsConfig.cs
- Asn1IntegerConverter.cs
- UrlMappingsSection.cs
- FastPropertyAccessor.cs
- CurrentChangingEventArgs.cs
- CodeIdentifier.cs
- PaperSize.cs
- CompositionAdorner.cs
- SqlGenericUtil.cs
- IsolatedStorageFileStream.cs
- ComponentResourceKeyConverter.cs
- TextBlockAutomationPeer.cs
- SaveFileDialog.cs
- ObjectHandle.cs
- TraceUtility.cs
- DLinqAssociationProvider.cs
- IxmlLineInfo.cs