C# Class BootstrapComponents.Components.Forms.Form

Inheritance: BootstrapComponents.Core.CloseableHtml
Afficher le fichier Open project: jordanwallwork/bootstrapcomponents Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ClosingHtml ( ) : string

Private Methods

Méthode Description
Init ( HtmlHelper html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null, FormType formType = null ) : void

Method Details

ClosingHtml() protected méthode

protected ClosingHtml ( ) : string
Résultat string

Form() public méthode

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
Résultat System

Form() public méthode

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
Résultat System

Group() public méthode

public Group ( ) : FormGroup
Résultat FormGroup