Skip to content

IScriptBundleManager interface

namespace: Serenity.Web   assemblySerenity.Net.Web

Abstraction for a script bundling manager.

public interface IScriptBundleManager

Members

name description
IsEnabled { get; } Returns true if bundling is enabled.
GetBundleIncludes(…) Gets the list of bundle includes.
GetScriptBundle(…) Gets the script bundle containing a script URL.
Reset() Resets the script bundle manager.
ScriptsChanged() A method that can be called to clear the script file cache.

See Also