Interface IBundlerContext
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public interface IBundlerContext
Properties
BundleRelativePath
Declaration
string BundleRelativePath { get; }
Property Value
Type |
Description |
System.String |
|
ContentFiles
Declaration
IReadOnlyList<string> ContentFiles { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
IsMinificationEnabled
Declaration
bool IsMinificationEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods