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

Наследование: BootstrapComponents.Core.CloseableHtml
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Form ( HtmlHelper html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null, FormType formType = null ) : System
Form ( IWriter writer, HtmlHelper html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null, FormType formType = null ) : System
Group ( ) : FormGroup

Защищенные методы

Метод Описание
ClosingHtml ( ) : string

Приватные методы

Метод Описание
Init ( HtmlHelper html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null, FormType formType = null ) : void

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

ClosingHtml() защищенный Метод

protected ClosingHtml ( ) : string
Результат string

Form() публичный Метод

public Form ( HtmlHelper html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null, FormType formType = null ) : System
html HtmlHelper
actionName string
controllerName string
routeValues object
method FormMethod
htmlAttrs object
formType FormType
Результат System

Form() публичный Метод

public Form ( IWriter writer, HtmlHelper html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null, FormType formType = null ) : System
writer IWriter
html HtmlHelper
actionName string
controllerName string
routeValues object
method FormMethod
htmlAttrs object
formType FormType
Результат System

Group() публичный Метод

public Group ( ) : FormGroup
Результат FormGroup