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

InlineForm() public static method

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

Same methods

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