Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- TaiwanLunisolarCalendar.cs
- ChannelBuilder.cs
- BindingMAnagerBase.cs
- ReflectionHelper.cs
- TraversalRequest.cs
- versioninfo.cs
- EntityCommandDefinition.cs
- WebControlToolBoxItem.cs
- AxisAngleRotation3D.cs
- TimelineClockCollection.cs
- AnnotationResource.cs
- EventLogPermissionEntry.cs
- UInt64Storage.cs
- EmptyTextWriter.cs
- AsmxEndpointPickerExtension.cs
- _ShellExpression.cs
- ColorInterpolationModeValidation.cs
- DataSourceProvider.cs
- FlowLayout.cs
- HtmlInputHidden.cs
- Label.cs
- ActivityExecutionFilter.cs
- Msec.cs
- NotCondition.cs
- WhitespaceReader.cs
- SecurityHeaderElementInferenceEngine.cs
- ShaderEffect.cs
- CustomErrorsSection.cs
- ChannelFactoryRefCache.cs
- SqlDataSourceAdvancedOptionsForm.cs
- DesignerActionGlyph.cs
- WebScriptMetadataMessageEncoderFactory.cs
- DesignerMetadata.cs
- WebConfigManager.cs
- HttpContextBase.cs
- RijndaelManaged.cs
- XmlUtf8RawTextWriter.cs
- SimpleApplicationHost.cs
- BinaryFormatter.cs
- EmptyQuery.cs
- RijndaelCryptoServiceProvider.cs
- HexParser.cs
- FolderBrowserDialog.cs
- PropertyEmitter.cs
- RepeaterItem.cs
- DataControlImageButton.cs
- QueryExpr.cs
- Size.cs
- EncodingNLS.cs
- MatrixAnimationUsingKeyFrames.cs
- TableRow.cs
- InputLanguageProfileNotifySink.cs
- MemberInfoSerializationHolder.cs
- ClientBuildManagerCallback.cs
- OleDbPropertySetGuid.cs
- HttpRawResponse.cs
- SizeChangedEventArgs.cs
- ValueConversionAttribute.cs
- BaseDataListActionList.cs
- QilFunction.cs
- Span.cs
- TextEditorTables.cs
- MultipartIdentifier.cs
- HashAlgorithm.cs
- TreeNode.cs
- FtpWebResponse.cs
- XamlTemplateSerializer.cs
- CompModSwitches.cs
- DesignTableCollection.cs
- RuntimeVariablesExpression.cs
- ObjectCloneHelper.cs
- ObjectContext.cs
- BinarySerializer.cs
- GPPOINT.cs
- SqlParameterCollection.cs
- PageMediaSize.cs
- StoreItemCollection.cs
- CroppedBitmap.cs
- AppModelKnownContentFactory.cs
- ContainerParagraph.cs
- ImageFormatConverter.cs
- OleDbFactory.cs
- DataGridViewRowsRemovedEventArgs.cs
- MobileComponentEditorPage.cs
- SystemGatewayIPAddressInformation.cs
- Int32EqualityComparer.cs
- CacheModeConverter.cs
- ReferencedCollectionType.cs
- ObjectQueryState.cs
- FormViewCommandEventArgs.cs
- NotFiniteNumberException.cs
- VisualBrush.cs
- EventKeyword.cs
- ConfigurationSectionHelper.cs
- __TransparentProxy.cs
- AnnotationHighlightLayer.cs
- WindowAutomationPeer.cs
- UriTemplateDispatchFormatter.cs
- assemblycache.cs
- ProtocolInformationReader.cs