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

from http://stackoverflow.com/a/8761161/1755417
상속: System.Web.UI.WebControls.HiddenField
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

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

Renders the Web server control content to the client's browser using the specified T:System.Web.UI.HtmlTextWriter object.

메소드 상세

Render() 보호된 메소드

Renders the Web server control content to the client's browser using the specified T:System.Web.UI.HtmlTextWriter object.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object used to render the server control content on the client's browser.
리턴 void