C# 클래스 Rock.Web.UI.Adapters.RadioButtonListAdapter

Control adapter for radio button list
상속: System.Web.UI.WebControls.Adapters.WebControlAdapter
파일 보기 프로젝트 열기: NewSpring/Rock

보호된 메소드들

메소드 설명
RenderBeginTag ( System writer ) : void

Creates the beginning tag for the Web control in the markup that is transmitted to the target browser.

RenderContents ( System writer ) : void

Generates the target-specific inner markup for the Web control to which the control adapter is attached.

RenderEndTag ( System writer ) : void

Creates the ending tag for the Web control in the markup that is transmitted to the target browser.

메소드 상세

RenderBeginTag() 보호된 메소드

Creates the beginning tag for the Web control in the markup that is transmitted to the target browser.
protected RenderBeginTag ( System writer ) : void
writer System The containing methods to render the target-specific output.
리턴 void

RenderContents() 보호된 메소드

Generates the target-specific inner markup for the Web control to which the control adapter is attached.
protected RenderContents ( System writer ) : void
writer System The containing methods to render the target-specific output.
리턴 void

RenderEndTag() 보호된 메소드

Creates the ending tag for the Web control in the markup that is transmitted to the target browser.
protected RenderEndTag ( System writer ) : void
writer System The containing methods to render the target-specific output.
리턴 void