C# 클래스 BootstrapMvcHelpers.ButtonHelper

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

공개 메소드들

메소드 설명
ButtonHelper ( HtmlHelper helper, IStatusStrategy strategy, string text, string action, string controller, ButtonStatus status, object htmlAttributes ) : System

Initializes a new instance of the ButtonHelper class.

Render ( ) : string

Renders this instance.

메소드 상세

ButtonHelper() 공개 메소드

Initializes a new instance of the ButtonHelper class.
public ButtonHelper ( HtmlHelper helper, IStatusStrategy strategy, string text, string action, string controller, ButtonStatus status, object htmlAttributes ) : System
helper HtmlHelper
strategy IStatusStrategy The strategy.
text string The text.
action string
controller string
status ButtonStatus The status.
htmlAttributes object The HTML attributes.
리턴 System

Render() 공개 메소드

Renders this instance.
public Render ( ) : string
리턴 string