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)

public:
property AjaxHelper<TModel>^ Ajax {
	AjaxHelper<TModel>^ get ();
	void set (AjaxHelper<TModel>^ value);
}

Property Value

Type: System.Web.Mvc::AjaxHelper<TModel>
The Ajax helper object that is associated with the view.
Show: