Class BundlerContext
Inheritance
BundlerContext
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class BundlerContext : IBundlerContext
Constructors
BundlerContext(string, IReadOnlyList<string>, bool)
Declaration
public BundlerContext(string bundleRelativePath, IReadOnlyList<string> contentFiles, bool isMinificationEnabled)
Parameters
Properties
BundleRelativePath
Declaration
public string BundleRelativePath { get; }
Property Value
ContentFiles
Declaration
public IReadOnlyList<string> ContentFiles { get; }
Property Value
IsMinificationEnabled
Declaration
public bool IsMinificationEnabled { get; }
Property Value
Implements
Extension Methods