HttpContextBase.AsyncPreloadMode Property

Definition

When implemented in a derived class, gets or sets an object that contains flags that pertain to asynchronous preload mode.

public:
 virtual property System::Web::Configuration::AsyncPreloadModeFlags AsyncPreloadMode { System::Web::Configuration::AsyncPreloadModeFlags get(); void set(System::Web::Configuration::AsyncPreloadModeFlags value); };
public virtual System.Web.Configuration.AsyncPreloadModeFlags AsyncPreloadMode { get; set; }
member this.AsyncPreloadMode : System.Web.Configuration.AsyncPreloadModeFlags with get, set
Public Overridable Property AsyncPreloadMode As AsyncPreloadModeFlags

Property Value

An object that contains flags that pertain to asynchronous preload mode.

Applies to