C# 클래스 BootstrapMvcHelpers.BadgeHelper

상속: IBootstrapComponent
파일 보기 프로젝트 열기: JCherryhomes/BootstrapMvcHelpers 1 사용 예제들

공개 메소드들

메소드 설명
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