C# Класс vlko.core.HtmlExtender.FormExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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