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

Inheritance: WebControl, IPostBackEventHandler, IButtonControl
Show file Open project: vargaz/mono Class Usage Examples

Private Properties

Property Type Description
OnPreRender void

Public Methods

Method Description
IPostBackEventHandler ( string ea ) : void
LinkButton ( ) : System.ComponentModel

Protected Methods

Method Description
AddAttributesToRender ( HtmlTextWriter w ) : void
AddParsedSubObject ( object obj ) : void
GetPostBackOptions ( ) : PostBackOptions
LoadViewState ( object savedState ) : void
OnClick ( EventArgs e ) : void
OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
RaisePostBackEvent ( string eventArgument ) : void
RenderContents ( HtmlTextWriter writer ) : void

Private Methods

Method Description
OnPreRender ( EventArgs e ) : void

Method Details

AddAttributesToRender() protected method

protected AddAttributesToRender ( HtmlTextWriter w ) : void
w HtmlTextWriter
return void

AddParsedSubObject() protected method

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

GetPostBackOptions() protected method

protected GetPostBackOptions ( ) : PostBackOptions
return PostBackOptions

IPostBackEventHandler() public method

public IPostBackEventHandler ( string ea ) : void
ea string
return void

LinkButton() public method

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

LoadViewState() protected method

protected LoadViewState ( object savedState ) : void
savedState object
return void

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e EventArgs
return void

OnCommand() protected method

protected OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
e System.Web.UI.WebControls.CommandEventArgs
return void

RaisePostBackEvent() protected method

protected RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void

RenderContents() protected method

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