ViewPage.Ajax Property

Visual Studio 2010

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)

'Declaration
Public Property Ajax As AjaxHelper(Of Object)
	Get
	Set

Property Value

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

Community Additions

ADD
Show: