ViewPage<'TModel>.Ajax Property

 

Gets or sets the AjaxHelper<'TModel> object that supports rendering HTML in Ajax scenarios.

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

member Ajax : AjaxHelper<'TModel> with get, set

Property Value

Type: System.Web.Mvc.AjaxHelper<'TModel>

The Ajax helper object that is associated with the view.

Return to top
Show: