IsAjax Property

HttpServer.dll

Returns true if the request was made by Ajax (Asyncronous Javascript)

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsAjax { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsAjax As Boolean
Visual C++
public:
property bool IsAjax {
	bool get ();
}

See Also