IScriptBundleManager interface

namespace: Serenity.Web   assemblySerenity.Net.Web

Abstraction for 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 css bundle manager
ScriptsChanged() A method that can be called to clear script file cache

See Also