Class AbpAspNetCoreAuditingOptions
Inheritance
object
AbpAspNetCoreAuditingOptions
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.Auditing
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public class AbpAspNetCoreAuditingOptions
Constructors
AbpAspNetCoreAuditingOptions()
Declaration
public AbpAspNetCoreAuditingOptions()
Properties
IgnoredUrls
Declaration
public List<string> IgnoredUrls { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |