C# Класс BootstrapComponents.Components.Forms.FormExtensions

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

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

Метод Описание
HorizontalForm ( this html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null ) : Form
InlineForm ( this html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null ) : Form

Описание методов

HorizontalForm() публичный статический Метод

public static HorizontalForm ( this html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null ) : Form
html this
actionName string
controllerName string
routeValues object
method FormMethod
htmlAttrs object
Результат Form

InlineForm() публичный статический Метод

public static InlineForm ( this html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null ) : Form
html this
actionName string
controllerName string
routeValues object
method FormMethod
htmlAttrs object
Результат Form