Method | Description | |
---|---|---|
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.
|
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. |
return | System |