C# Class BootstrapMvcHelpers.BadgeHelper

Inheritance: IBootstrapComponent
Afficher le fichier Open project: JCherryhomes/BootstrapMvcHelpers Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Render() public méthode

Renders this instance.
public Render ( ) : string
Résultat string