Class InMemoryFileInfoCacheItem
Inheritance
InMemoryFileInfoCacheItem
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
[IgnoreMultiTenancy]
public class InMemoryFileInfoCacheItem
Constructors
InMemoryFileInfoCacheItem(string, byte[], string)
Declaration
public InMemoryFileInfoCacheItem(string dynamicPath, byte[] fileContent, string name)
Parameters
Properties
DynamicPath
Declaration
public string DynamicPath { get; set; }
Property Value
FileContent
Declaration
public byte[] FileContent { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Extension Methods