C# Класс Rock.Web.UI.Adapters.RadioButtonAdapter

Control adapter for radio button
Наследование: System.Web.UI.WebControls.Adapters.WebControlAdapter
Показать файл Открыть проект

Защищенные методы

Метод Описание
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