ScriptingSectionGroup.ScriptResourceHandler Property
.NET Framework (current version)
Gets a ScriptingScriptResourceHandlerSection object that is derived from the current system configuration.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[ConfigurationPropertyAttribute("scriptResourceHandler")] public ScriptingScriptResourceHandlerSection ScriptResourceHandler { get; }
Property Value
Type: System.Web.Configuration.ScriptingScriptResourceHandlerSectionA ScriptingScriptResourceHandlerSection object.
Use the ScriptingScriptResourceHandler configuration section to set whether script files that are embedded as resources are compressed and cached. You can enable or disable compression and caching by using the EnableCompression and EnableCaching properties.
.NET Framework
Available since 3.5
Available since 3.5
Show: