Skip to content

ICssBundleManager interface

namespace: Serenity.Web   assemblySerenity.Net.Web

Abstraction for a CSS bundling manager.

public interface ICssBundleManager

Members

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

See Also