C# 클래스 Rock.Web.UI.Controls.BootstrapButton

상속: System.Web.UI.WebControls.LinkButton
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void

Adds the attributes of the T:System.Web.UI.WebControls.LinkButton control to the output stream for rendering on the client.

메소드 상세

AddAttributesToRender() 보호된 메소드

Adds the attributes of the T:System.Web.UI.WebControls.LinkButton control to the output stream for rendering on the client.
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter A that contains the output stream to render on the client.
리턴 void