C# Class BootstrapMvcHelpers.BadgeHelper

Inheritance: IBootstrapComponent
Datei anzeigen Open project: JCherryhomes/BootstrapMvcHelpers Class Usage Examples

Public Methods

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.

Method Details

BadgeHelper() public method

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

Render() public method

Renders this instance.
public Render ( ) : string
return string