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

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

Private Properties

Свойство Тип Описание

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

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

Adds the attributes of the T:System.Web.UI.WebControls.LinkButton control to the output stream for rendering on the client.

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

AddAttributesToRender() защищенный Метод

Adds the attributes of the T:System.Web.UI.WebControls.LinkButton control to the output stream for rendering on the client.
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter A that contains the output stream to render on the client.
Результат void