WebViewPage<TModel>::Ajax Property
Gets or sets the AjaxHelper object that is used to render HTML markup using Ajax.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property AjaxHelper<TModel>^ Ajax { AjaxHelper<TModel>^ get (); void set (AjaxHelper<TModel>^ value); }
Property Value
Type: System.Web.Mvc::AjaxHelper<TModel>The AjaxHelper object that is used to render HTML markup using Ajax.
Show: