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
- SqlParameter.cs
- CompositeScriptReferenceEventArgs.cs
- ModelUIElement3D.cs
- IntPtr.cs
- SqlUserDefinedAggregateAttribute.cs
- PublisherMembershipCondition.cs
- SyndicationDeserializer.cs
- TrustLevel.cs
- DataGridCell.cs
- CompatibleIComparer.cs
- NativeMethods.cs
- DesignBindingPropertyDescriptor.cs
- HttpBrowserCapabilitiesBase.cs
- DecryptRequest.cs
- AttachedProperty.cs
- MatrixConverter.cs
- CreateUserWizard.cs
- IncrementalHitTester.cs
- PreProcessInputEventArgs.cs
- ServiceX509SecurityTokenProvider.cs
- OutOfProcStateClientManager.cs
- StringExpressionSet.cs
- Style.cs
- WsdlBuildProvider.cs
- MailAddress.cs
- ListViewInsertEventArgs.cs
- DynamicHyperLink.cs
- StreamWriter.cs
- NamespaceEmitter.cs
- UMPAttributes.cs
- InputProcessorProfilesLoader.cs
- FindProgressChangedEventArgs.cs
- ReachUIElementCollectionSerializerAsync.cs
- EpmCustomContentSerializer.cs
- TTSEvent.cs
- BoolExpressionVisitors.cs
- TypeKeyValue.cs
- HtmlInputImage.cs
- TokenizerHelper.cs
- Matrix3DConverter.cs
- GridEntryCollection.cs
- PropertyDescriptor.cs
- Focus.cs
- MethodToken.cs
- ValidationErrorEventArgs.cs
- ImageListImage.cs
- AmbientLight.cs
- PathSegmentCollection.cs
- ItemCollection.cs
- SqlDataSourceEnumerator.cs
- BrowserCapabilitiesCompiler.cs
- EditingCommands.cs
- FieldReference.cs
- UriTemplateLiteralPathSegment.cs
- KoreanLunisolarCalendar.cs
- DataGridLinkButton.cs
- DataGridItem.cs
- BuildProviderAppliesToAttribute.cs
- AuthenticatingEventArgs.cs
- DataTableReaderListener.cs
- SignedInfo.cs
- XmlSchemaParticle.cs
- MetadataArtifactLoaderCompositeFile.cs
- ChtmlLinkAdapter.cs
- DynamicDataManager.cs
- TCPListener.cs
- HeaderPanel.cs
- FileLogRecord.cs
- DisposableCollectionWrapper.cs
- TreeNodeEventArgs.cs
- Margins.cs
- DataGridViewSelectedCellCollection.cs
- SQLBinary.cs
- WindowsRebar.cs
- ServiceHostingEnvironment.cs
- SoundPlayer.cs
- Part.cs
- ResourceDescriptionAttribute.cs
- ButtonBase.cs
- WebPartConnectionsCancelVerb.cs
- QuaternionConverter.cs
- EditorZoneAutoFormat.cs
- GeometryGroup.cs
- Trigger.cs
- LogAppendAsyncResult.cs
- ELinqQueryState.cs
- RemoteCryptoDecryptRequest.cs
- WindowCollection.cs
- FullTextLine.cs
- ModelUIElement3D.cs
- XmlBaseReader.cs
- ZeroOpNode.cs
- DataServiceHostWrapper.cs
- Boolean.cs
- RequestCachePolicyConverter.cs
- ContentFilePart.cs
- PointConverter.cs
- SvcFileManager.cs
- RSAOAEPKeyExchangeDeformatter.cs
- BitmapEffectDrawing.cs