RequestIsAjax Property

Glimpse API

GlimpseRequest RequestIsAjax Property Glimpse API Documentation
Gets or sets a value indicating whether the request is an Ajax request.

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

Syntax

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

Field Value

true if the request is an Ajax request; otherwise, false.
See Also