CssBundleManager constructor
namespace: Serenity.Web assembly: Serenity.Net.Web
Creates an instance of the class
public CssBundleManager(IOptions<CssBundlingOptions> options, IDynamicScriptManager scriptManager,
ICssMinifier cssMinifier, IWebHostEnvironment hostEnvironment,
IHttpContextAccessor contextAccessor = null, ILogger<CssBundleManager> logger = null)
| parameter | description |
|---|---|
| options | Options |
| scriptManager | Dynamic script manager |
| cssMinifier | |
| hostEnvironment | Web host environment |
| contextAccessor | HTTP context accessor |
| logger | Exception logger |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException |
See Also
- class CssBundlingOptions
- interface IDynamicScriptManager
- interface ICssMinifier
- class CssBundleManager