C# Класс TwitterBootstrapHelpers.FormExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

BeginForm() публичный статический Метод

public static BeginForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

public static BeginForm ( this htmlHelper, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeValues RouteValueDictionary
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

public static BeginForm ( this htmlHelper, object routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeValues object
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

public static BeginForm ( this htmlHelper, string actionName, string controllerName ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

public static BeginForm ( this htmlHelper, string actionName, string controllerName, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
method FormMethod
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

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
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

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
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

public static BeginForm ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
routeValues RouteValueDictionary
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

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
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

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
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

public static BeginForm ( this htmlHelper, string actionName, string controllerName, object routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
actionName string
controllerName string
routeValues object
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

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
Результат System.Web.Mvc.Html.MvcForm

BeginForm() публичный статический Метод

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
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

public static BeginRouteForm ( this htmlHelper, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeValues RouteValueDictionary
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

public static BeginRouteForm ( this htmlHelper, object routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeValues object
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

public static BeginRouteForm ( this htmlHelper, string routeName ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

public static BeginRouteForm ( this htmlHelper, string routeName, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
method FormMethod
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

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
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

public static BeginRouteForm ( this htmlHelper, string routeName, FormMethod method, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
method FormMethod
htmlAttributes object
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

public static BeginRouteForm ( this htmlHelper, string routeName, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues RouteValueDictionary
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

public static BeginRouteForm ( this htmlHelper, string routeName, RouteValueDictionary routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues RouteValueDictionary
method FormMethod
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

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
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

public static BeginRouteForm ( this htmlHelper, string routeName, object routeValues ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues object
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

public static BeginRouteForm ( this htmlHelper, string routeName, object routeValues, FormMethod method ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
routeName string
routeValues object
method FormMethod
Результат System.Web.Mvc.Html.MvcForm

BeginRouteForm() публичный статический Метод

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
Результат System.Web.Mvc.Html.MvcForm