Share via


HelperPage.IsAjax Property

Gets a value that indicates whether Ajax is being used during the request of the web page.

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

Syntax

'Declaration
Public Shared ReadOnly Property IsAjax As Boolean 
    Get
'Usage
Dim value As Boolean 

value = HelperPage.IsAjax
public static bool IsAjax { get; }
public:
static property bool IsAjax {
    bool get ();
}
static member IsAjax : bool
static function get IsAjax () : boolean

Property Value

Type: System.Boolean
true if Ajax is being used during the request; otherwise, false.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace