CompilationSection.EnablePrefetchOptimization 属性

定义

获取或设置一个值,该值指示 ASP.NET 应用程序是否可以利用Windows 8预提取功能。

public:
 property bool EnablePrefetchOptimization { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enablePrefetchOptimization", DefaultValue=false)]
public bool EnablePrefetchOptimization { get; set; }
[<System.Configuration.ConfigurationProperty("enablePrefetchOptimization", DefaultValue=false)>]
member this.EnablePrefetchOptimization : bool with get, set
Public Property EnablePrefetchOptimization As Boolean

属性值

true如果 ASP.NET 应用程序可以利用Windows 8预提取功能,则为 ;否则为 false。 默认为 false

属性

注解

预提取是一种实用工具,旨在通过在需要 之前将应用程序数据加载到内存中来提高应用程序启动性能。

注意

必须配置并运行Windows 8预提取服务,此设置才能生效。

适用于