Page.AsyncMode 속성

정의

페이지가 동기식으로 처리되는지 또는 비동기식으로 처리되는지 여부를 나타내는 값을 설정합니다.

protected:
 property bool AsyncMode { bool get(); void set(bool value); };
protected bool AsyncMode { get; set; }
member this.AsyncMode : bool with get, set
Protected Property AsyncMode As Boolean

속성 값

Boolean

페이지가 비동기식으로 처리되면 true이고, 그렇지 않으면 false입니다.

설명

AsyncMode 속성은 페이지의 코드가 Page 생성될 때 파서에 의해 설정됩니다. @Page 지시문의 Async 특성을 사용하여 이 값을 설정합니다.

특성이 @Page 지시문이 아닌 값 Disabled 으로 true 설정되거나 Transaction 특성이 설정된 경우 비동기 페이지가 작동하지 AspCompat 않습니다.

적용 대상