Class BundleCacheItem
Inheritance
object
BundleCacheItem
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 BundleCacheItem
Constructors
BundleCacheItem(List<string>)
Declaration
public BundleCacheItem(List<string> files)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<T><string> | files |
Properties
Files
Declaration
public List<string> Files { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
WatchDisposeHandles
Declaration
public List<IDisposable> WatchDisposeHandles { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><System.IDisposable> |