Class AbpAspNetCoreContentOptions
Inheritance
object
AbpAspNetCoreContentOptions
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.VirtualFileSystem
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public class AbpAspNetCoreContentOptions
Constructors
AbpAspNetCoreContentOptions()
Declaration
public AbpAspNetCoreContentOptions()
Properties
AllowedExtraWebContentFileExtensions
Declaration
public List<string> AllowedExtraWebContentFileExtensions { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
AllowedExtraWebContentFolders
Declaration
public List<string> AllowedExtraWebContentFolders { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
ContentTypeMaps
Declaration
public Dictionary<string, string> ContentTypeMaps { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |