System.Web.UI.Page.IsAsync Property

Gets a value indicating whether the page is processed asynchronously.

Syntax

public bool IsAsync { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Page.IsAsync property to determine whether the Web page is running in asynchronous mode. This information is useful if controls or code on the page need to modify their behavior depending on whether the page is asynchronous. For more information about asynchronous programming, see Performing Asynchronous Operations.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0