C# Class TwitterBootstrapHelpers.FormExtensions

Datei anzeigen Open project: ericmbarnard/Twitter-Bootstrap-Helpers

Public Methods

Method Description
BeginForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, object routeValues ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName, FormMethod method ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName, FormMethod method, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName, object routeValues ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName, object routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, string actionName, string controllerName, object routeValues, FormMethod method, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, object routeValues ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName, FormMethod method ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName, FormMethod method, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName, RouteValueDictionary routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName, object routeValues ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName, object routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
BeginRouteForm ( this htmlHelper, string routeName, object routeValues, FormMethod method, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm

Private Methods

Method Description
BuildFormCss ( object>.IDictionary htmlAttributes, FormStyle formStyle ) : object>.IDictionary
FormHelper ( this htmlHelper, FormStyle formStyle, string actionName, string controllerName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
FormHelper ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
RouteFormHelper ( this htmlHelper, FormStyle formStyle, string routeName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
RouteFormHelper ( this htmlHelper, string routeName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm

Method Details

BeginForm() public static method

public static BeginForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeValues RouteValueDictionary
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, object routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeValues object
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
method FormMethod
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
method FormMethod
htmlAttributes object>.IDictionary
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName, FormMethod method, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
method FormMethod
htmlAttributes object
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
routeValues RouteValueDictionary
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
routeValues RouteValueDictionary
method FormMethod
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
routeValues RouteValueDictionary
method FormMethod
htmlAttributes object>.IDictionary
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName, object routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
routeValues object
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName, object routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
routeValues object
method FormMethod
return System.Web.Mvc.Html.MvcForm

BeginForm() public static method

public static BeginForm ( this htmlHelper, string actionName, string controllerName, object routeValues, FormMethod method, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
routeValues object
method FormMethod
htmlAttributes object
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeValues RouteValueDictionary
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, object routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeValues object
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
method FormMethod
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
method FormMethod
htmlAttributes object>.IDictionary
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName, FormMethod method, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
method FormMethod
htmlAttributes object
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues RouteValueDictionary
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName, RouteValueDictionary routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues RouteValueDictionary
method FormMethod
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues RouteValueDictionary
method FormMethod
htmlAttributes object>.IDictionary
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName, object routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues object
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName, object routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues object
method FormMethod
return System.Web.Mvc.Html.MvcForm

BeginRouteForm() public static method

public static BeginRouteForm ( this htmlHelper, string routeName, object routeValues, FormMethod method, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues object
method FormMethod
htmlAttributes object
return System.Web.Mvc.Html.MvcForm