ViewPage.Ajax Property

Gets or sets the AjaxHelper object that is used to render HTML in Ajax scenarios.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

function get Ajax () : AjaxHelper<Object>
function set Ajax (value : AjaxHelper<Object>)

Property Value

Type: System.Web.Mvc.AjaxHelper(Object)
The Ajax helper object that is associated with the view.
Show: