Share via


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
System_CAPS_pubmethodSystem_CAPS_static BeginResourceForm(AjaxHelper, String, Object, AjaxOptions)

Generates the Form preamble, defaulting the link for the Retrieve action.

System_CAPS_pubmethodSystem_CAPS_static BeginResourceForm(AjaxHelper, String, Object, AjaxOptions, ActionType)

Generates the Form preamble.

System_CAPS_pubmethodSystem_CAPS_static ResourceLink(AjaxHelper, String, Object, AjaxOptions)

Generates a link to the resource controller, defaulting to the Retrieve action.

System_CAPS_pubmethodSystem_CAPS_static ResourceLink(AjaxHelper, String, String, Object, AjaxOptions)

Generates a link to the resource controller, defaulting to the Retrieve action.

System_CAPS_pubmethodSystem_CAPS_static 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