ViewMasterPage.Ajax Property

Definition

Gets the AJAX script for the master page.

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 master page.

Applies to