C# Класс Rock.Web.UI.Controls.RockLiteral

Наследование: System.Web.UI.WebControls.Literal
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void

Renders a label and T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.

Описание методов

RenderControl() публичный метод

Renders a label and T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The that receives the rendered output.
Результат void