C# 클래스 Mvc.Html.Bootstrap.FormExtensions

파일 보기 프로젝트 열기: ebashmakov/Mvc.Html.Bootstrap

공개 메소드들

메소드 설명
BeginControlGroup ( this html ) : MvcContainer
BeginForm ( this html, FormType type ) : System.Web.Mvc.Html.MvcForm
ToCssClass ( this type ) : string

메소드 상세

BeginControlGroup() 공개 정적인 메소드

public static BeginControlGroup ( this html ) : MvcContainer
html this
리턴 MvcContainer

BeginForm() 공개 정적인 메소드

public static BeginForm ( this html, FormType type ) : System.Web.Mvc.Html.MvcForm
html this
type FormType
리턴 System.Web.Mvc.Html.MvcForm

ToCssClass() 공개 정적인 메소드

public static ToCssClass ( this type ) : string
type this
리턴 string