BootstrapExtensions.Base.Form.FormExtensions.Form C# (CSharp) Method

Form() public static method

public static Form ( this html, string actionName, string controllerName, RouteValueDictionary routeVals, FormMethod formMethod, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
html this
actionName string
controllerName string
routeVals RouteValueDictionary
formMethod FormMethod
htmlAttributes object
return System.Web.Mvc.Html.MvcForm
        public static MvcForm Form(this HtmlHelper html, string actionName, string controllerName, RouteValueDictionary routeVals, FormMethod formMethod, object htmlAttributes)
        {
            return Form(html, actionName, controllerName, routeVals, formMethod, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes));
        }

Same methods

FormExtensions::Form ( this html ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, object routeValues ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName, FormMethod formMethod ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName, FormMethod formMethod, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName, FormMethod formMethod, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName, RouteValueDictionary routeVals ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName, RouteValueDictionary routeVals, FormMethod formMethod ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName, RouteValueDictionary routeVals, FormMethod formMethod, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName, object routeVals ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName, object routeVals, FormMethod formMethod ) : System.Web.Mvc.Html.MvcForm
FormExtensions::Form ( this html, string actionName, string controllerName, object routeVals, FormMethod formMethod, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm