RequestIsAjax Property

Glimpse API

IRequestMetadata RequestIsAjax Property Glimpse API Documentation
Gets a value indicating whether request is ajax.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

bool RequestIsAjax { get; }
bool RequestIsAjax { get; }

Field Value

true if request is ajax; otherwise, false.
See Also