C# 클래스 vlko.core.HtmlExtender.FormExtensions

파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
BeginForm ( this htmlHelper, object dynamicRoute, FormMethod method = FormMethod.Post, string accept = null, string acceptCharset = null, string cssClass = null, string dir = null, string encType = null, string id = null, string lang = null, string name = null, string style = null, string title = null ) : System.Web.Mvc.Html.MvcForm

메소드 상세

BeginForm() 공개 정적인 메소드

public static BeginForm ( this htmlHelper, object dynamicRoute, FormMethod method = FormMethod.Post, string accept = null, string acceptCharset = null, string cssClass = null, string dir = null, string encType = null, string id = null, string lang = null, string name = null, string style = null, string title = null ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
dynamicRoute object
method FormMethod
accept string
acceptCharset string
cssClass string
dir string
encType string
id string
lang string
name string
style string
title string
리턴 System.Web.Mvc.Html.MvcForm