Page::AsyncMode Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets a value indicating whether the page is processed synchronously or asynchronously.
Assembly: System.Web (in System.Web.dll)
The AsyncMode property is set by the Page parser when code for the page is generated. Use the Async attribute in 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 directive.
.NET Framework
Available since 2.0
Available since 2.0
Show: