Class AbpAspNetCoreContentOptions
Inheritance
AbpAspNetCoreContentOptions
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public class AbpAspNetCoreContentOptions
Constructors
AbpAspNetCoreContentOptions()
Declaration
public AbpAspNetCoreContentOptions()
Properties
Declaration
public List<string> AllowedExtraWebContentFileExtensions { get; }
Property Value
Declaration
public List<string> AllowedExtraWebContentFolders { get; }
Property Value
ContentTypeMaps
Declaration
public Dictionary<string, string> ContentTypeMaps { get; }
Property Value
Extension Methods