ICssBundleManager interface
namespace: Serenity.Web assembly: Serenity.Net.Web
Abstraction for 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 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
- Source: ICssBundleManager.cs