Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlGenericControl.cs / 1305376 / 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; /* * A control representing an unknown Html tag. */ ////// [ConstructorNeedsTag(true)] 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
- Wildcard.cs
- DataGridViewCellFormattingEventArgs.cs
- GridViewSortEventArgs.cs
- DependencyProperty.cs
- WindowsNonControl.cs
- MSAAWinEventWrap.cs
- XhtmlBasicLiteralTextAdapter.cs
- Transactions.cs
- Misc.cs
- OneOfElement.cs
- SmiMetaDataProperty.cs
- DataSourceControlBuilder.cs
- AbandonedMutexException.cs
- CodeTypeDeclaration.cs
- DeclarationUpdate.cs
- SecurityTokenValidationException.cs
- FileVersionInfo.cs
- CodeObjectCreateExpression.cs
- NotifyCollectionChangedEventArgs.cs
- XmlSchemaGroupRef.cs
- ApplicationActivator.cs
- WebBrowsableAttribute.cs
- ProviderConnectionPointCollection.cs
- Frame.cs
- DataTableExtensions.cs
- WmpBitmapEncoder.cs
- ColorConvertedBitmap.cs
- OdbcConnectionOpen.cs
- SecurityState.cs
- DataRecordInfo.cs
- UrlPath.cs
- StrokeDescriptor.cs
- DownloadProgressEventArgs.cs
- GZipStream.cs
- DataProviderNameConverter.cs
- UriTemplate.cs
- ThaiBuddhistCalendar.cs
- EditorZone.cs
- DictionaryBase.cs
- PhysicalOps.cs
- WindowsSecurityToken.cs
- NetworkAddressChange.cs
- SQLDecimal.cs
- HttpCacheVaryByContentEncodings.cs
- LayoutTable.cs
- BitVec.cs
- CoreChannel.cs
- LineBreak.cs
- DataBoundControl.cs
- bindurihelper.cs
- MessageBodyDescription.cs
- UserControlParser.cs
- SchemaTableOptionalColumn.cs
- SendMailErrorEventArgs.cs
- XmlImplementation.cs
- BidPrivateBase.cs
- SqlTransaction.cs
- Stroke.cs
- Internal.cs
- SmtpDigestAuthenticationModule.cs
- TextRangeEdit.cs
- ResourceBinder.cs
- ConfigurationElementCollection.cs
- ReadOnlyDataSourceView.cs
- ObjectKeyFrameCollection.cs
- XslTransform.cs
- AssemblyFilter.cs
- HwndTarget.cs
- ChtmlPhoneCallAdapter.cs
- ProgressChangedEventArgs.cs
- ImageBrush.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- ZipIOCentralDirectoryBlock.cs
- FixedSOMTable.cs
- InternalMappingException.cs
- BaseTemplateCodeDomTreeGenerator.cs
- DataIdProcessor.cs
- SerTrace.cs
- TextRangeProviderWrapper.cs
- SocketElement.cs
- DownloadProgressEventArgs.cs
- OutputCacheProfileCollection.cs
- PagedDataSource.cs
- DeferredSelectedIndexReference.cs
- CompositeCollectionView.cs
- Column.cs
- IndexerNameAttribute.cs
- ButtonBaseDesigner.cs
- ControlValuePropertyAttribute.cs
- TransformCollection.cs
- JsonEncodingStreamWrapper.cs
- TableRowCollection.cs
- CodePropertyReferenceExpression.cs
- IChannel.cs
- CompositionTarget.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- UnsafeNativeMethodsPenimc.cs
- DrawListViewColumnHeaderEventArgs.cs
- MemberMaps.cs
- Compensate.cs