Share via


WebViewPage.Ajax Property

Gets or sets the AjaxHelper object that is used to render HTML using Ajax.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Property Ajax As AjaxHelper(Of Object)
'Usage
Dim instance As WebViewPage
Dim value As AjaxHelper(Of Object)

value = instance.Ajax

instance.Ajax = value
public AjaxHelper<Object> Ajax { get; set; }
public:
property AjaxHelper<Object^>^ Ajax {
    AjaxHelper<Object^>^ get ();
    void set (AjaxHelper<Object^>^ value);
}
function get Ajax () : AjaxHelper<Object>
function set Ajax (value : AjaxHelper<Object>)

Property Value

Type: System.Web.Mvc.AjaxHelper<Object>
The AjaxHelper object that is used to render HTML using Ajax.

See Also

Reference

WebViewPage Class

System.Web.Mvc Namespace