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")>] member ScriptResourceHandler : ScriptingScriptResourceHandlerSection with 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: