AjaxHelperExtensions Class
Represents the extensions for rendering HTML in AJAX scenarios within a view.
Namespace: Microsoft.Web.Mvc.Resources
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
Microsoft.Web.Mvc.Resources.AjaxHelperExtensions
Syntax
public static class AjaxHelperExtensions
[ExtensionAttribute]
public ref class AjaxHelperExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type AjaxHelperExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class AjaxHelperExtensions
Methods
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. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Web.Mvc.Resources Namespace
Return to top