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

Inheritance: WebControl, IPostBackEventHandler, IButtonControl
Afficher le fichier Open project: vargaz/mono Class Usage Examples

Private Properties

Свойство Type Description
OnPreRender void

Méthodes publiques

Méthode Description
IPostBackEventHandler ( string ea ) : void
LinkButton ( ) : System.ComponentModel

Méthodes protégées

Méthode 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

Méthode Description
OnPreRender ( EventArgs e ) : void

Method Details

AddAttributesToRender() protected méthode

protected AddAttributesToRender ( HtmlTextWriter w ) : void
w HtmlTextWriter
Résultat void

AddParsedSubObject() protected méthode

protected AddParsedSubObject ( object obj ) : void
obj object
Résultat void

GetPostBackOptions() protected méthode

protected GetPostBackOptions ( ) : PostBackOptions
Résultat PostBackOptions

IPostBackEventHandler() public méthode

public IPostBackEventHandler ( string ea ) : void
ea string
Résultat void

LinkButton() public méthode

public LinkButton ( ) : System.ComponentModel
Résultat System.ComponentModel

LoadViewState() protected méthode

protected LoadViewState ( object savedState ) : void
savedState object
Résultat void

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e EventArgs
Résultat void

OnCommand() protected méthode

protected OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
e System.Web.UI.WebControls.CommandEventArgs
Résultat void

RaisePostBackEvent() protected méthode

protected RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Résultat void

RenderContents() protected méthode

protected RenderContents ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void