HelperPage.IsAjax Property

Definition

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

public static bool IsAjax { get; }
member this.IsAjax : bool
Public Shared ReadOnly Property IsAjax As Boolean

Property Value

true if Ajax is being used during the request; otherwise, false.

Applies to