C# 클래스 Bootstrap.Mvc.FormExtensions

Form Extensions to make working with Twitter Bootstrap a little easier.
파일 보기 프로젝트 열기: JeremyCade/Bootstrap.Mvc

공개 메소드들

메소드 설명
BeginForm ( this htmlHelper, string cssClass ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string formId, string cssClass ) : System.Web.Mvc.Html.MvcForm
BeginHorizontalForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
BeginInlineForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
BeginSearchForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
BeginVerticalForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm

메소드 상세

BeginForm() 공개 정적인 메소드

public static BeginForm ( this htmlHelper, string cssClass ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
cssClass string
리턴 System.Web.Mvc.Html.MvcForm

BeginForm() 공개 정적인 메소드

public static BeginForm ( this htmlHelper, string formId, string cssClass ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
formId string
cssClass string
리턴 System.Web.Mvc.Html.MvcForm

BeginHorizontalForm() 공개 정적인 메소드

public static BeginHorizontalForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
리턴 System.Web.Mvc.Html.MvcForm

BeginInlineForm() 공개 정적인 메소드

public static BeginInlineForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
리턴 System.Web.Mvc.Html.MvcForm

BeginSearchForm() 공개 정적인 메소드

public static BeginSearchForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
리턴 System.Web.Mvc.Html.MvcForm

BeginVerticalForm() 공개 정적인 메소드

public static BeginVerticalForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
리턴 System.Web.Mvc.Html.MvcForm