Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the AjaxHelper object that is used to render HTML in Ajax scenarios.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property Ajax As AjaxHelper(Of Object)
Get
Set
public AjaxHelper<Object> Ajax { get; set; }
public:
property AjaxHelper<Object^>^ Ajax {
AjaxHelper<Object^>^ get ();
void set (AjaxHelper<Object^>^ value);
}
Property Value
Type: System.Web.Mvc.AjaxHelper<Object>
The Ajax helper object that is associated with the view.