Interface IBundlerContext
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public interface IBundlerContext
Properties
BundleRelativePath
Declaration
string BundleRelativePath { get; }
Property Value
Type | Description |
---|---|
string |
ContentFiles
Declaration
IReadOnlyList<string> ContentFiles { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> |
IsMinificationEnabled
Declaration
bool IsMinificationEnabled { get; }
Property Value
Type | Description |
---|---|
bool |