C# Class BootstrapComponents.Components.Forms.Form

Inheritance: BootstrapComponents.Core.CloseableHtml
Show file Open project: jordanwallwork/bootstrapcomponents Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
ClosingHtml ( ) : string

Private Methods

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

protected ClosingHtml ( ) : string
return string

Form() public method

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

Form() public method

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

Group() public method

public Group ( ) : FormGroup
return FormGroup