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
- GAC.cs
- Sorting.cs
- IisTraceWebEventProvider.cs
- HMACSHA512.cs
- ExpressionList.cs
- AsyncCodeActivity.cs
- IndexedEnumerable.cs
- FlowPanelDesigner.cs
- FormsAuthenticationModule.cs
- QueryPageSettingsEventArgs.cs
- PathFigureCollectionConverter.cs
- TextParaLineResult.cs
- DataGridViewCellValidatingEventArgs.cs
- ScrollContentPresenter.cs
- DataGridViewAutoSizeModeEventArgs.cs
- SmtpMail.cs
- DbMetaDataFactory.cs
- Literal.cs
- DataBoundControl.cs
- PageContentCollection.cs
- EncoderExceptionFallback.cs
- PropertyIDSet.cs
- AnnotationHelper.cs
- TextTreeUndo.cs
- MLangCodePageEncoding.cs
- MatrixAnimationUsingKeyFrames.cs
- WebPartEditVerb.cs
- SiteMapDataSource.cs
- Graphics.cs
- LinkConverter.cs
- SafeEventLogWriteHandle.cs
- Matrix.cs
- _NTAuthentication.cs
- EntitySqlQueryState.cs
- SplitterCancelEvent.cs
- DynamicMethod.cs
- RemotingSurrogateSelector.cs
- PhysicalAddress.cs
- ClientType.cs
- ZipPackagePart.cs
- BrowserCapabilitiesCodeGenerator.cs
- MemberProjectedSlot.cs
- _ConnectionGroup.cs
- ContextActivityUtils.cs
- SqlDependencyListener.cs
- CodeIndexerExpression.cs
- BorderGapMaskConverter.cs
- GenericTypeParameterBuilder.cs
- _emptywebproxy.cs
- XhtmlBasicCalendarAdapter.cs
- MetadataSerializer.cs
- HwndKeyboardInputProvider.cs
- ISAPIRuntime.cs
- Math.cs
- EditorBrowsableAttribute.cs
- PageCatalogPart.cs
- SqlEnums.cs
- storepermission.cs
- UnsafeNativeMethods.cs
- ProfileSettings.cs
- TaskDesigner.cs
- CredentialCache.cs
- InvokeMethodDesigner.xaml.cs
- ResXBuildProvider.cs
- Light.cs
- BitmapEditor.cs
- BindableAttribute.cs
- PersistenceTypeAttribute.cs
- DesignerVerbToolStripMenuItem.cs
- DbConnectionPoolCounters.cs
- FunctionGenerator.cs
- ToolStripDropDownClosedEventArgs.cs
- DoubleIndependentAnimationStorage.cs
- ProfilePropertySettings.cs
- DbDataReader.cs
- Page.cs
- DataGridClipboardCellContent.cs
- CodeSnippetExpression.cs
- PageCache.cs
- LocalizationComments.cs
- XmlDictionary.cs
- DataGridParentRows.cs
- EdmSchemaError.cs
- Resources.Designer.cs
- ManagedCodeMarkers.cs
- CompositeDataBoundControl.cs
- ExtendedProtectionPolicy.cs
- SettingsPropertyValueCollection.cs
- CellConstantDomain.cs
- DataGridViewColumn.cs
- CollectionAdapters.cs
- SQLConvert.cs
- Button.cs
- MatrixCamera.cs
- RenderDataDrawingContext.cs
- NameSpaceEvent.cs
- CqlIdentifiers.cs
- XmlNamespaceManager.cs
- RecognizerInfo.cs
- SoapClientProtocol.cs