HtmlHelperFormExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Form-related extensions for IHtmlHelper.
public ref class HtmlHelperFormExtensions abstract sealed
public static class HtmlHelperFormExtensions
type HtmlHelperFormExtensions = class
Public Module HtmlHelperFormExtensions
- Inheritance
-
HtmlHelperFormExtensions
Methods
BeginForm(IHtmlHelper, FormMethod, Nullable<Boolean>, Object) |
Renders a <form> start tag to the response. When the user submits the form, the current action will process the request. |
BeginForm(IHtmlHelper, FormMethod, Object) |
Renders a <form> start tag to the response. When the user submits the form, the current action will process the request. |
BeginForm(IHtmlHelper, FormMethod) |
Renders a <form> start tag to the response. When the user submits the form, the current action will process the request. |
BeginForm(IHtmlHelper, Nullable<Boolean>) |
Renders a <form> start tag to the response. The <form>'s |
BeginForm(IHtmlHelper, Object) |
Renders a <form> start tag to the response. When the user submits the form, the current action will process the request. |
BeginForm(IHtmlHelper, String, String, FormMethod, Object) |
Renders a <form> start tag to the response. When the user submits the form, the action with name
|
BeginForm(IHtmlHelper, String, String, FormMethod) |
Renders a <form> start tag to the response. When the user submits the form, the action with name
|
BeginForm(IHtmlHelper, String, String, Object, FormMethod) |
Renders a <form> start tag to the response. When the user submits the form, the action with name
|
BeginForm(IHtmlHelper, String, String, Object) |
Renders a <form> start tag to the response. When the user submits the form, the action with name
|
BeginForm(IHtmlHelper, String, String) |
Renders a <form> start tag to the response. When the user submits the form, the action with name
|
BeginForm(IHtmlHelper) |
Renders a <form> start tag to the response. The <form>'s |
BeginRouteForm(IHtmlHelper, Object, Nullable<Boolean>) |
Renders a <form> start tag to the response. The first route that can provide a URL with the
specified |
BeginRouteForm(IHtmlHelper, Object) |
Renders a <form> start tag to the response. The first route that can provide a URL with the
specified |
BeginRouteForm(IHtmlHelper, String, FormMethod, Object) |
Renders a <form> start tag to the response. The route with name |
BeginRouteForm(IHtmlHelper, String, FormMethod) |
Renders a <form> start tag to the response. The route with name |
BeginRouteForm(IHtmlHelper, String, Nullable<Boolean>) |
Renders a <form> start tag to the response. The route with name |
BeginRouteForm(IHtmlHelper, String, Object, FormMethod) |
Renders a <form> start tag to the response. The route with name |
BeginRouteForm(IHtmlHelper, String, Object) |
Renders a <form> start tag to the response. The route with name |
BeginRouteForm(IHtmlHelper, String) |
Renders a <form> start tag to the response. The route with name |