C# Class BootstrapComponents.Components.Forms.FormExtensions

Afficher le fichier Open project: jordanwallwork/bootstrapcomponents

Méthodes publiques

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

Method Details

HorizontalForm() public static méthode

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

InlineForm() public static méthode

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