Class AbpAspNetCoreAuditingUrlOptions
Inheritance
AbpAspNetCoreAuditingUrlOptions
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public class AbpAspNetCoreAuditingUrlOptions
Constructors
AbpAspNetCoreAuditingUrlOptions()
Declaration
public AbpAspNetCoreAuditingUrlOptions()
Properties
IncludeHost
Declaration
public bool IncludeHost { get; set; }
Property Value
IncludeQuery
Declaration
public bool IncludeQuery { get; set; }
Property Value
IncludeSchema
Declaration
public bool IncludeSchema { get; set; }
Property Value
Extension Methods