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

Custom control adapter for rendering a dropdown list
상속: System.Web.UI.WebControls.Adapters.WebControlAdapter
파일 보기 프로젝트 열기: NewSpring/Rock

보호된 메소드들

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

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

비공개 메소드들

메소드 설명
RenderListItem ( System.Web.UI.WebControls.ListItem item, System.Web.UI.HtmlTextWriter writer ) : void
RenderOptionGroupBeginTag ( string name, System.Web.UI.HtmlTextWriter writer ) : void
RenderOptionGroupEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

메소드 상세

RenderContents() 보호된 메소드

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