Controller.DisableAsyncSupport Property

Definition

Gets whether to disable the asynchronous support for the controller.

protected virtual bool DisableAsyncSupport { get; }
member this.DisableAsyncSupport : bool
Protected Overridable ReadOnly Property DisableAsyncSupport As Boolean

Property Value

true to disable the asynchronous support for the controller; otherwise, false.

Applies to