C# Class System.Web.UI.HtmlControls.HtmlControl

Inheritance: System.Web.UI.Control, System.Web.UI.IAttributeAccessor
Show file Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
AttributeToString string
AttributeToString string
PreProcessRelativeReference void
System string
System void

Public Methods

Method Description
HtmlControl ( ) : System.ComponentModel
HtmlControl ( string tag ) : System.ComponentModel

Protected Methods

Method Description
CreateControlCollection ( ) : ControlCollection
GetAttribute ( string name ) : string
HtmlControl ( ) : System.ComponentModel
HtmlControl ( string tag ) : System.ComponentModel
Render ( HtmlTextWriter writer ) : void
RenderAttributes ( HtmlTextWriter writer ) : void
RenderBeginTag ( HtmlTextWriter writer ) : void
SetAttribute ( string name, string value ) : void

Private Methods

Method Description
AttributeToString ( int n ) : string
AttributeToString ( string s ) : string
PreProcessRelativeReference ( HtmlTextWriter writer, string attribName ) : void
System ( string name ) : string
System ( string name, string value ) : void

Method Details

CreateControlCollection() protected method

protected CreateControlCollection ( ) : ControlCollection
return ControlCollection

GetAttribute() protected method

protected GetAttribute ( string name ) : string
name string
return string

HtmlControl() protected public method

protected public HtmlControl ( ) : System.ComponentModel
return System.ComponentModel

HtmlControl() protected public method

protected public HtmlControl ( string tag ) : System.ComponentModel
tag string
return System.ComponentModel

Render() protected method

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

RenderAttributes() protected method

protected RenderAttributes ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

RenderBeginTag() protected method

protected RenderBeginTag ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

SetAttribute() protected method

protected SetAttribute ( string name, string value ) : void
name string
value string
return void