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)

System.Object
  Microsoft.Web.Mvc.Resources.AjaxHelperExtensions

[<AbstractClass>]
[<Sealed>]
type AjaxHelperExtensions = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginResourceForm(AjaxHelper, String, Object, AjaxOptions)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginResourceForm(AjaxHelper, String, Object, AjaxOptions, ActionType)

Generates the Form preamble.

System_CAPS_pubmethodSystem_CAPS_staticResourceLink(AjaxHelper, String, Object, AjaxOptions)

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

System_CAPS_pubmethodSystem_CAPS_staticResourceLink(AjaxHelper, String, String, Object, AjaxOptions)

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

System_CAPS_pubmethodSystem_CAPS_staticResourceLink(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.

Return to top
Show: