C# Класс BootstrapMvcHelpers.BadgeHelper

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

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

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

Initializes a new instance of the BadgeHelper class.

Render ( ) : string

Renders this instance.

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

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

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

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

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