Class BundleCacheItem
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class BundleCacheItem
Constructors
BundleCacheItem(List<BundleFile>)
Declaration
public BundleCacheItem(List<BundleFile> files)
Parameters
Type | Name | Description |
---|---|---|
List<BundleFile> | files |
Properties
Files
Declaration
public List<BundleFile> Files { get; }
Property Value
Type | Description |
---|---|
List<BundleFile> |
WatchDisposeHandles
Declaration
public List<IDisposable> WatchDisposeHandles { get; }
Property Value
Type | Description |
---|---|
List<IDisposable> |