HttpContextWrapper.AsyncPreloadMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 override System.Web.Configuration.AsyncPreloadModeFlags AsyncPreloadMode { get; set; }
member this.AsyncPreloadMode : System.Web.Configuration.AsyncPreloadModeFlags with get, set
Public Overrides Property AsyncPreloadMode As AsyncPreloadModeFlags
Property Value
An object that contains flags that pertain to asynchronous preload mode.
Although this property can be set programmatically, changing the property value only has effect if the property is set before the ExecuteRequestHandler
step in the ASP.NET request pipeline.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.