ViewPage(Of TModel).Ajax Property
Gets or sets the AjaxHelper(Of TModel) object that supports rendering HTML in Ajax scenarios.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Property Ajax As AjaxHelper(Of TModel) Get Set 'Usage Dim instance As ViewPage Dim value As AjaxHelper(Of TModel) value = instance.Ajax instance.Ajax = value
Property Value
Type: System.Web.Mvc.AjaxHelper(Of TModel)The Ajax helper object that is associated with the view.
Show: