HelperPage.IsAjax Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.