ViewMasterPage<TModel>.Ajax Property

Definition

Gets the AJAX script for the master page.

public System.Web.Mvc.AjaxHelper<TModel> Ajax { get; }
member this.Ajax : System.Web.Mvc.AjaxHelper<'Model>
Public ReadOnly Property Ajax As AjaxHelper(Of TModel)

Property Value

The AJAX script for the master page.

Applies to