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
- CatalogPartChrome.cs
- CompilerErrorCollection.cs
- Timeline.cs
- VisualTreeUtils.cs
- EncodingTable.cs
- DataGridViewAutoSizeModeEventArgs.cs
- ToolStrip.cs
- ImageClickEventArgs.cs
- XmlTextReader.cs
- InvalidOperationException.cs
- X509Extension.cs
- ReadOnlyActivityGlyph.cs
- AbstractExpressions.cs
- CodeBlockBuilder.cs
- InvalidWMPVersionException.cs
- LineBreak.cs
- RelationshipEndCollection.cs
- XamlTemplateSerializer.cs
- AsyncResult.cs
- PageContentAsyncResult.cs
- MimeMultiPart.cs
- SizeConverter.cs
- SqlNotificationRequest.cs
- ExceptionRoutedEventArgs.cs
- HelpInfo.cs
- DataKeyCollection.cs
- ConnectionAcceptor.cs
- DetailsViewPageEventArgs.cs
- QueryOperator.cs
- RawUIStateInputReport.cs
- WebEncodingValidatorAttribute.cs
- SurrogateDataContract.cs
- ToolStrip.cs
- HGlobalSafeHandle.cs
- FileSystemInfo.cs
- ListItemParagraph.cs
- ShellProvider.cs
- ServiceHttpHandlerFactory.cs
- RelatedImageListAttribute.cs
- ExpressionVisitor.cs
- TraceUtils.cs
- HyperLinkColumn.cs
- TypeExtensions.cs
- Models.cs
- StreamInfo.cs
- Material.cs
- XslCompiledTransform.cs
- OleDbStruct.cs
- GatewayDefinition.cs
- PrivilegeNotHeldException.cs
- WorkflowTransactionService.cs
- NotifyIcon.cs
- Rights.cs
- XmlBinaryReaderSession.cs
- WebPartCatalogCloseVerb.cs
- MatrixTransform.cs
- RenderDataDrawingContext.cs
- MailMessage.cs
- GAC.cs
- ReadOnlyDictionary.cs
- HttpWebResponse.cs
- Missing.cs
- GrammarBuilderDictation.cs
- OleDbRowUpdatedEvent.cs
- DateTimeFormat.cs
- WebPartUserCapability.cs
- ConfigXmlWhitespace.cs
- CommandLibraryHelper.cs
- DesignerSerializerAttribute.cs
- InternalDispatchObject.cs
- ListViewAutomationPeer.cs
- UrlAuthorizationModule.cs
- PositiveTimeSpanValidator.cs
- LineProperties.cs
- ApplicationSettingsBase.cs
- WebServiceEnumData.cs
- DoubleAnimationUsingKeyFrames.cs
- CornerRadius.cs
- WebPartAddingEventArgs.cs
- HtmlToClrEventProxy.cs
- Renderer.cs
- PageHandlerFactory.cs
- ViewValidator.cs
- CompositeScriptReferenceEventArgs.cs
- DefaultMemberAttribute.cs
- UrlPath.cs
- TreeNodeBinding.cs
- _KerberosClient.cs
- CommandID.cs
- AttributeUsageAttribute.cs
- EncoderParameter.cs
- CodeDelegateCreateExpression.cs
- QilReference.cs
- ShaderEffect.cs
- keycontainerpermission.cs
- BroadcastEventHelper.cs
- BufferedGraphics.cs
- UrlPropertyAttribute.cs
- CustomValidator.cs
- NameValuePermission.cs