Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolStripSystemRenderer.cs
- StorageMappingItemCollection.cs
- Matrix.cs
- EnvironmentPermission.cs
- ValidationError.cs
- _SingleItemRequestCache.cs
- GridEntryCollection.cs
- x509utils.cs
- SessionPageStateSection.cs
- X509CertificateTokenFactoryCredential.cs
- PersistenceProviderFactory.cs
- AspNetCompatibilityRequirementsMode.cs
- MobileControlDesigner.cs
- EventLogTraceListener.cs
- LabelDesigner.cs
- WriteTimeStream.cs
- Mapping.cs
- ImageConverter.cs
- IPAddressCollection.cs
- ScrollContentPresenter.cs
- CookieProtection.cs
- WebPartEventArgs.cs
- Single.cs
- DropSourceBehavior.cs
- Point4DConverter.cs
- ProfileGroupSettingsCollection.cs
- PaperSource.cs
- SafeEventLogReadHandle.cs
- ReturnEventArgs.cs
- ConnectionProviderAttribute.cs
- BaseTemplateBuildProvider.cs
- BaseTemplateCodeDomTreeGenerator.cs
- UndirectedGraph.cs
- StyleCollectionEditor.cs
- GeometryConverter.cs
- AndMessageFilter.cs
- MergablePropertyAttribute.cs
- RequestNavigateEventArgs.cs
- TemplateColumn.cs
- SqlDelegatedTransaction.cs
- WriteLineDesigner.xaml.cs
- SoapInteropTypes.cs
- ItemMap.cs
- FrameDimension.cs
- NameValueConfigurationElement.cs
- NamespaceInfo.cs
- RectangleConverter.cs
- TypeSystem.cs
- LookupNode.cs
- UpdatePanel.cs
- GetUserPreferenceRequest.cs
- CodeBinaryOperatorExpression.cs
- GeneratedContractType.cs
- FileRecordSequenceHelper.cs
- UpdateDelegates.Generated.cs
- EventLogRecord.cs
- Base64Stream.cs
- QuadraticBezierSegment.cs
- HtmlHead.cs
- DescriptionCreator.cs
- InvalidOperationException.cs
- CompiledWorkflowDefinitionContext.cs
- DrawingVisual.cs
- RoleManagerEventArgs.cs
- TimeSpan.cs
- MatrixValueSerializer.cs
- SizeChangedEventArgs.cs
- recordstatefactory.cs
- AnyReturnReader.cs
- TypeInitializationException.cs
- Interlocked.cs
- GradientBrush.cs
- ClientSettingsStore.cs
- MSAAEventDispatcher.cs
- ImageButton.cs
- TextParentUndoUnit.cs
- AtlasWeb.Designer.cs
- ThreadSafeList.cs
- CheckedPointers.cs
- ToolBarTray.cs
- XhtmlBasicFormAdapter.cs
- HitTestParameters3D.cs
- PtsCache.cs
- PagedControl.cs
- HtmlTable.cs
- HandleValueEditor.cs
- AvTrace.cs
- CatalogZoneBase.cs
- PlacementWorkspace.cs
- HelloOperation11AsyncResult.cs
- QuaternionConverter.cs
- PiiTraceSource.cs
- AnonymousIdentificationModule.cs
- Size.cs
- SafeArrayTypeMismatchException.cs
- HostedHttpTransportManager.cs
- GridViewUpdatedEventArgs.cs
- OdbcException.cs
- BorderGapMaskConverter.cs
- QilParameter.cs