ScriptingScriptResourceHandlerSection.EnableCompression 属性

定义

获取或设置是否为作为程序集内的资源而嵌入的脚本文件启用压缩。

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

属性值

如果为作为程序集内的资源而嵌入的脚本文件启用了压缩,则为 true;否则为 false。 默认值为 true

属性

注解

属性 EnableCompression 获取或设置值,该值指示是否压缩以下内容:

  • 在程序集中作为资源嵌入的脚本文件。

  • 本地化对象,例如资源文件中包含的字符串资源 (.resx) 。

  • 脚本资源处理程序提供的脚本。

注意

如果请求的浏览器不支持压缩,则此属性不起作用。

适用于