HttpContextBase.AsyncPreloadMode 属性
定义
在派生类中实现时,获取或设置一个对象,该对象包含适用于异步预加载模式的标志。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
属性值
包含适用于异步预加载模式的标志的对象。An object that contains flags that pertain to asynchronous preload mode.