C# Class BootstrapComponents.Components.Forms.FormExtensions

Show file Open project: jordanwallwork/bootstrapcomponents

Public Methods

Method 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 method

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
return Form

InlineForm() public static method

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
return Form