ViewUserControl(Of TModel).Ajax Property

Visual Studio 2010

Gets the AJAX script for the view.

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

'Declaration
Public ReadOnly Property Ajax As AjaxHelper(Of TModel)
	Get

Property Value

Type: System.Web.Mvc.AjaxHelper(Of TModel)
The AJAX script for the view.

Community Additions

ADD
Show: