CompilationSection.EnablePrefetchOptimization 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示 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预提取服务,此设置才能生效。