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 |
||
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 |
||
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 |
||
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 |
||
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 |
Method | Description | |
---|---|---|
BuildFormCss ( object>.IDictionary |
||
FormHelper ( this htmlHelper, FormStyle formStyle, string actionName, string controllerName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary |
||
FormHelper ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary |
||
RouteFormHelper ( this htmlHelper, FormStyle formStyle, string routeName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary |
||
RouteFormHelper ( this htmlHelper, string routeName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary |
public static BeginForm ( this htmlHelper ) : System.Web.Mvc.Html.MvcForm | ||
htmlHelper | this | |
return | System.Web.Mvc.Html.MvcForm |
public static BeginForm ( this htmlHelper, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm | ||
htmlHelper | this | |
routeValues | RouteValueDictionary | |
return | System.Web.Mvc.Html.MvcForm |
public static BeginForm ( this htmlHelper, object routeValues ) : System.Web.Mvc.Html.MvcForm | ||
htmlHelper | this | |
routeValues | object | |
return | System.Web.Mvc.Html.MvcForm |
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 |
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 |
public static BeginForm ( this htmlHelper, string actionName, string controllerName, FormMethod method, object>.IDictionary |
||
htmlHelper | this | |
actionName | string | |
controllerName | string | |
method | FormMethod | |
htmlAttributes | object>.IDictionary | |
return | System.Web.Mvc.Html.MvcForm |
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 |
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 |
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 |
public static BeginForm ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary |
||
htmlHelper | this | |
actionName | string | |
controllerName | string | |
routeValues | RouteValueDictionary | |
method | FormMethod | |
htmlAttributes | object>.IDictionary | |
return | System.Web.Mvc.Html.MvcForm |
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 |
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 |
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 |
public static BeginRouteForm ( this htmlHelper, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm | ||
htmlHelper | this | |
routeValues | RouteValueDictionary | |
return | System.Web.Mvc.Html.MvcForm |
public static BeginRouteForm ( this htmlHelper, object routeValues ) : System.Web.Mvc.Html.MvcForm | ||
htmlHelper | this | |
routeValues | object | |
return | System.Web.Mvc.Html.MvcForm |
public static BeginRouteForm ( this htmlHelper, string routeName ) : System.Web.Mvc.Html.MvcForm | ||
htmlHelper | this | |
routeName | string | |
return | System.Web.Mvc.Html.MvcForm |
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 |
public static BeginRouteForm ( this htmlHelper, string routeName, FormMethod method, object>.IDictionary |
||
htmlHelper | this | |
routeName | string | |
method | FormMethod | |
htmlAttributes | object>.IDictionary | |
return | System.Web.Mvc.Html.MvcForm |
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 |
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 |
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 |
public static BeginRouteForm ( this htmlHelper, string routeName, RouteValueDictionary routeValues, FormMethod method, object>.IDictionary |
||
htmlHelper | this | |
routeName | string | |
routeValues | RouteValueDictionary | |
method | FormMethod | |
htmlAttributes | object>.IDictionary | |
return | System.Web.Mvc.Html.MvcForm |
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 |
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 |
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 |