C# Класс BootstrapMvcHelpers.ButtonHelper

Наследование: IBootstrapComponent
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ButtonHelper ( HtmlHelper helper, IStatusStrategy strategy, string text, string action, string controller, ButtonStatus status, object htmlAttributes ) : System

Initializes a new instance of the ButtonHelper class.

Render ( ) : string

Renders this instance.

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

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

Initializes a new instance of the ButtonHelper class.
public ButtonHelper ( HtmlHelper helper, IStatusStrategy strategy, string text, string action, string controller, ButtonStatus status, object htmlAttributes ) : System
helper HtmlHelper
strategy IStatusStrategy The strategy.
text string The text.
action string
controller string
status ButtonStatus The status.
htmlAttributes object The HTML attributes.
Результат System

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

Renders this instance.
public Render ( ) : string
Результат string