ScriptingSectionGroup.ScriptResourceHandler Property

 

Gets a ScriptingScriptResourceHandlerSection object that is derived from the current system configuration.

Namespace:   System.Web.Configuration
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

[ConfigurationPropertyAttribute("scriptResourceHandler")]
public ScriptingScriptResourceHandlerSection ScriptResourceHandler { get; }

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
Return to top
Show: