HtmlHelperExtensions Class
Represents the HTML encoding helper extensions.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | BeginResourceForm(HtmlHelper, String, Object) | Generates the Form preamble, defaulting the link for the Retrieve action. |
![]() ![]() | BeginResourceForm(HtmlHelper, String, Object, ActionType) | Generates the Form preamble. |
![]() ![]() | BeginResourceForm(HtmlHelper, String, Object, Object, ActionType) | Generates the Form preamble. |
![]() ![]() | HttpMethodOverride(HtmlHelper, ActionType) | Emits a hidden form variable for X-Http-Method-Override. The only valid values for actionType are ActionType.Delete and ActionType.Update. |
![]() ![]() | ResourceLink(HtmlHelper, String, Object) | Generates a link to the resource controller, defaulting to the Retrieve action. |
![]() ![]() | ResourceLink(HtmlHelper, String, String, Object) | Generates a link to the resource controller, defaulting to the Retrieve action. |
![]() ![]() | ResourceLink(HtmlHelper, String, String, Object, ActionType) | Generates a link to the resource controller, defaulting to the Retrieve action. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

