Returns true if page is in Ajax callback, false otherwise.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static bool IsAsyncPostBack()
Visual Basic
Public Shared Function IsAsyncPostBack As Boolean
Visual C++
public:
static bool IsAsyncPostBack()
F#
static member IsAsyncPostBack : unit -> bool 

Return Value

Type: Boolean
True if the page is in Ajax callback, false otherwise.

See Also