AjaxHelperExtensions Class
Represents the extensions for rendering HTML in AJAX scenarios within a view.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | BeginResourceForm(AjaxHelper, String, Object, AjaxOptions) | Generates the Form preamble, defaulting the link for the Retrieve action. |
![]() ![]() | BeginResourceForm(AjaxHelper, String, Object, AjaxOptions, ActionType) | Generates the Form preamble. |
![]() ![]() | ResourceLink(AjaxHelper, String, Object, AjaxOptions) | Generates a link to the resource controller, defaulting to the Retrieve action. |
![]() ![]() | ResourceLink(AjaxHelper, String, String, Object, AjaxOptions) | Generates a link to the resource controller, defaulting to the Retrieve action. |
![]() ![]() | ResourceLink(AjaxHelper, String, String, Object, AjaxOptions, ActionType) | Generates a link to the resource controller. |
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:

