System.Web.UI.Page.AsyncMode Property

Sets a value indicating whether the page is processed synchronously or asynchronously.

Syntax

protected bool AsyncMode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Page.AsyncMode property is set by the System.Web.UI.Page parser when code for the page is generated. Use the Async attribute in @ Page directive to set this value.

Asynchronous pages do not work when the AspCompat attribute is set to true or the Transaction attribute is set to a value other than Disabled in the @ Page directive.

Requirements

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