RequestIsAjax Property

Glimpse API

GlimpseRequestHeaders 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

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

Field Value

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