ViewUserControl.Ajax Property

Definition

Gets the AJAX script for the view.

public System.Web.Mvc.AjaxHelper<object> Ajax { get; }
member this.Ajax : System.Web.Mvc.AjaxHelper<obj>
Public ReadOnly Property Ajax As AjaxHelper(Of Object)

Property Value

The AJAX script for the view.

Applies to