HttpRuntimeSection.AsyncPreloadMode Eigenschaft

Definition

Ruft den Modus der Anforderungsentität ab, die asynchron vorinstalliert ist, oder legt diesen fest.

public:
 property System::Web::Configuration::AsyncPreloadModeFlags AsyncPreloadMode { System::Web::Configuration::AsyncPreloadModeFlags get(); void set(System::Web::Configuration::AsyncPreloadModeFlags value); };
[System.Configuration.ConfigurationProperty("asyncPreloadMode", DefaultValue=System.Web.Configuration.AsyncPreloadModeFlags.None)]
public System.Web.Configuration.AsyncPreloadModeFlags AsyncPreloadMode { get; set; }
[<System.Configuration.ConfigurationProperty("asyncPreloadMode", DefaultValue=System.Web.Configuration.AsyncPreloadModeFlags.None)>]
member this.AsyncPreloadMode : System.Web.Configuration.AsyncPreloadModeFlags with get, set
Public Property AsyncPreloadMode As AsyncPreloadModeFlags

Eigenschaftswert

Der Modus der Anforderungsentität.

Attribute

Hinweise

Diese Eigenschaft muss festgelegt werden, bevor ExecuteRequestHandler in der ASP.NET Pipeline festgelegt wird.

Gilt für: