C# Class vlko.core.HtmlExtender.FormExtensions

Datei anzeigen Open project: vlko/vlko

Public Methods

Method Description
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

Method Details

BeginForm() public static method

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
return System.Web.Mvc.Html.MvcForm