Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ ///// 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./// 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
- Control.cs
- LinqDataSourceStatusEventArgs.cs
- ItemContainerGenerator.cs
- WorkflowOperationErrorHandler.cs
- CodeAttributeArgument.cs
- ProviderConnectionPoint.cs
- TransformerTypeCollection.cs
- _AutoWebProxyScriptHelper.cs
- ToolStripItemCollection.cs
- VirtualPathUtility.cs
- StyleModeStack.cs
- XmlSequenceWriter.cs
- _FixedSizeReader.cs
- CalendarDateRangeChangingEventArgs.cs
- BitmapImage.cs
- MissingSatelliteAssemblyException.cs
- LongValidator.cs
- GetIsBrowserClientRequest.cs
- DataRow.cs
- EdmType.cs
- TimeSpanStorage.cs
- CustomAttributeFormatException.cs
- DbDataSourceEnumerator.cs
- DataServiceContext.cs
- DynamicRenderer.cs
- MetadataPropertyAttribute.cs
- BlurBitmapEffect.cs
- RegexCompilationInfo.cs
- ParsedAttributeCollection.cs
- MouseCaptureWithinProperty.cs
- UserControlParser.cs
- BaseValidator.cs
- WebPageTraceListener.cs
- DeclaredTypeValidatorAttribute.cs
- ToolStripScrollButton.cs
- DynamicDataManager.cs
- EmptyControlCollection.cs
- ButtonDesigner.cs
- XmlSchemaIdentityConstraint.cs
- XamlValidatingReader.cs
- SpeakCompletedEventArgs.cs
- CodeDefaultValueExpression.cs
- MarkupProperty.cs
- SettingsPropertyCollection.cs
- EdmEntityTypeAttribute.cs
- FrameworkContextData.cs
- DelegatingTypeDescriptionProvider.cs
- SplineQuaternionKeyFrame.cs
- FixedSOMPageElement.cs
- AsyncCompletedEventArgs.cs
- PageSetupDialog.cs
- ObjectHandle.cs
- DesignerMetadata.cs
- AspProxy.cs
- TemplateComponentConnector.cs
- XsltLibrary.cs
- Axis.cs
- PathStreamGeometryContext.cs
- QilIterator.cs
- selecteditemcollection.cs
- ListItem.cs
- TcpTransportSecurity.cs
- StyleHelper.cs
- IPAddress.cs
- CookieHandler.cs
- Delegate.cs
- XmlQueryCardinality.cs
- CodeArgumentReferenceExpression.cs
- AuthenticationService.cs
- Permission.cs
- Compiler.cs
- QuotedStringWriteStateInfo.cs
- ViewCellRelation.cs
- PasswordBoxAutomationPeer.cs
- NavigatingCancelEventArgs.cs
- XmlNullResolver.cs
- _KerberosClient.cs
- Boolean.cs
- XPathExpr.cs
- NetworkInformationPermission.cs
- ErrorRuntimeConfig.cs
- RemotingClientProxy.cs
- ControlEvent.cs
- ZipFileInfo.cs
- DataConnectionHelper.cs
- FileVersionInfo.cs
- SyntaxCheck.cs
- PeerContact.cs
- WebBrowserEvent.cs
- LinkButton.cs
- WebPartConnectionsCloseVerb.cs
- HwndSource.cs
- CommandSet.cs
- Random.cs
- ItemCollection.cs
- LinearKeyFrames.cs
- SQLDecimal.cs
- isolationinterop.cs
- InstanceCreationEditor.cs
- SafeRightsManagementSessionHandle.cs