Class BundlerContext
Inheritance
object
BundlerContext
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
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
| Type | Name | Description |
|---|---|---|
| string | bundleRelativePath | |
| System.Collections.Generic.IReadOnlyList<T><string> | contentFiles | |
| bool | isMinificationEnabled |
Properties
BundleRelativePath
Declaration
public string BundleRelativePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
ContentFiles
Declaration
public IReadOnlyList<string> ContentFiles { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<T><string> |
IsMinificationEnabled
Declaration
public bool IsMinificationEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |