Interface IBundlerContext
Namespace: Volo.Abp.AspNetCore.Bundling
Assembly: Volo.Abp.AspNetCore.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 |