Partager via


ViewPage.Ajax Propriété

Définition

Obtient ou définit l’objet AjaxHelper utilisé pour afficher le code HTML dans les scénarios Ajax.

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

Valeur de propriété

Objet d'assistance Ajax associé à la vue.

S’applique à