C# Class System.Web.UI.WebControls.HyperLink

Inheritance: WebControl
Datei anzeigen Open project: vargaz/mono Class Usage Examples

Private Properties

Property Type Description
LoadViewState void

Public Methods

Method Description
HyperLink ( ) : System.ComponentModel

Protected Methods

Method Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter w ) : void
AddParsedSubObject ( object obj ) : void
RenderContents ( System.Web.UI.HtmlTextWriter w ) : void

Private Methods

Method Description
LoadViewState ( object savedState ) : void

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter w ) : void
w System.Web.UI.HtmlTextWriter
return void

AddParsedSubObject() protected method

protected AddParsedSubObject ( object obj ) : void
obj object
return void

HyperLink() public method

public HyperLink ( ) : System.ComponentModel
return System.ComponentModel

RenderContents() protected method

protected RenderContents ( System.Web.UI.HtmlTextWriter w ) : void
w System.Web.UI.HtmlTextWriter
return void