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
- CompilerResults.cs
- ComplexTypeEmitter.cs
- LeaseManager.cs
- ParameterModifier.cs
- Activity.cs
- ProtectedConfiguration.cs
- SqlMethodAttribute.cs
- EmbeddedMailObjectsCollection.cs
- HttpApplicationFactory.cs
- Regex.cs
- SmiRecordBuffer.cs
- HtmlPageAdapter.cs
- TypeDescriptionProvider.cs
- ImpersonationContext.cs
- BitmapCacheBrush.cs
- JsonMessageEncoderFactory.cs
- Semaphore.cs
- MULTI_QI.cs
- ClientScriptManager.cs
- FixedFlowMap.cs
- MessageSmuggler.cs
- SafePEFileHandle.cs
- PolyLineSegmentFigureLogic.cs
- TableCellCollection.cs
- XamlTypeMapper.cs
- WebExceptionStatus.cs
- UnmanagedMemoryStreamWrapper.cs
- TreeIterators.cs
- ContextDataSourceView.cs
- FlagsAttribute.cs
- IsolatedStorageFile.cs
- Accessible.cs
- SequentialOutput.cs
- Cursors.cs
- mediaeventshelper.cs
- XamlReaderHelper.cs
- CultureInfo.cs
- DrawingCollection.cs
- ObjectViewQueryResultData.cs
- AssociationSetMetadata.cs
- WindowHideOrCloseTracker.cs
- InvalidAsynchronousStateException.cs
- XmlSchemaSimpleTypeRestriction.cs
- DBSchemaRow.cs
- FormsIdentity.cs
- SupportingTokenListenerFactory.cs
- Certificate.cs
- EndpointDiscoveryMetadata11.cs
- CommentEmitter.cs
- XmlSerializer.cs
- ClientTarget.cs
- SRef.cs
- HtmlInputImage.cs
- EventsTab.cs
- SolidColorBrush.cs
- PackageRelationship.cs
- AttachedPropertyBrowsableAttribute.cs
- DbConnectionPoolCounters.cs
- Region.cs
- TableHeaderCell.cs
- CompilerWrapper.cs
- ItemCheckedEvent.cs
- PrtTicket_Editor.cs
- CachedCompositeFamily.cs
- FilterableData.cs
- FlowchartStart.xaml.cs
- Adorner.cs
- ConditionCollection.cs
- ContentControl.cs
- ProviderConnectionPointCollection.cs
- ErrorRuntimeConfig.cs
- MaskedTextBoxTextEditor.cs
- XomlCompilerResults.cs
- OutputCacheSection.cs
- PartialCachingControl.cs
- ObjectPersistData.cs
- WarningException.cs
- DataObjectEventArgs.cs
- hresults.cs
- CriticalExceptions.cs
- XmlILIndex.cs
- KeyedCollection.cs
- OutputCacheProfile.cs
- MenuScrollingVisibilityConverter.cs
- followingsibling.cs
- InputLangChangeRequestEvent.cs
- ListViewHitTestInfo.cs
- DataGridViewTextBoxCell.cs
- ColorAnimation.cs
- SingleStorage.cs
- XPathAncestorIterator.cs
- XmlSerializationWriter.cs
- SqlNodeAnnotation.cs
- HMACSHA256.cs
- SortQuery.cs
- AssertFilter.cs
- DesignerCategoryAttribute.cs
- ContainsSearchOperator.cs
- ListBoxItemWrapperAutomationPeer.cs
- InstanceData.cs