C# 클래스 Splits.Web.FormExtensions

파일 보기 프로젝트 열기: aaronjensen/splits

공개 메소드들

메소드 설명
BeginForm ( this htmlHelper, ISupportGet url ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, ISupportPost url ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, IUrl url, FormMethod method ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, IUrl url, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginFormWithValidation ( this htmlHelper, ISupportPost url ) : System.Web.Mvc.Html.MvcForm

메소드 상세

BeginForm() 공개 정적인 메소드

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

BeginForm() 공개 정적인 메소드

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

BeginForm() 공개 정적인 메소드

public static BeginForm ( this htmlHelper, IUrl url, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
url IUrl
method FormMethod
리턴 System.Web.Mvc.Html.MvcForm

BeginForm() 공개 정적인 메소드

public static BeginForm ( this htmlHelper, IUrl url, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
url IUrl
method FormMethod
htmlAttributes object>.IDictionary
리턴 System.Web.Mvc.Html.MvcForm

BeginFormWithValidation() 공개 정적인 메소드

public static BeginFormWithValidation ( this htmlHelper, ISupportPost url ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
url ISupportPost
리턴 System.Web.Mvc.Html.MvcForm