C# 클래스 System.Web.UI.WebControls.LinkButton

상속: WebControl, IPostBackEventHandler, IButtonControl
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnPreRender void

공개 메소드들

메소드 설명
IPostBackEventHandler ( string ea ) : void
LinkButton ( ) : System.ComponentModel

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnPreRender ( EventArgs e ) : void

메소드 상세

AddAttributesToRender() 보호된 메소드

protected AddAttributesToRender ( HtmlTextWriter w ) : void
w HtmlTextWriter
리턴 void

AddParsedSubObject() 보호된 메소드

protected AddParsedSubObject ( object obj ) : void
obj object
리턴 void

GetPostBackOptions() 보호된 메소드

protected GetPostBackOptions ( ) : PostBackOptions
리턴 PostBackOptions

IPostBackEventHandler() 공개 메소드

public IPostBackEventHandler ( string ea ) : void
ea string
리턴 void

LinkButton() 공개 메소드

public LinkButton ( ) : System.ComponentModel
리턴 System.ComponentModel

LoadViewState() 보호된 메소드

protected LoadViewState ( object savedState ) : void
savedState object
리턴 void

OnClick() 보호된 메소드

protected OnClick ( EventArgs e ) : void
e EventArgs
리턴 void

OnCommand() 보호된 메소드

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

RaisePostBackEvent() 보호된 메소드

protected RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
리턴 void

RenderContents() 보호된 메소드

protected RenderContents ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
리턴 void