Class AspNetCoreAuditLogContributor
Inheritance
AspNetCoreAuditLogContributor
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public class AspNetCoreAuditLogContributor : AuditLogContributor, ITransientDependency
Constructors
AspNetCoreAuditLogContributor()
Declaration
public AspNetCoreAuditLogContributor()
Properties
Logger
Declaration
public ILogger<AspNetCoreAuditLogContributor> Logger { get; set; }
Property Value
Methods
BuildUrl(HttpContext)
Declaration
protected virtual string BuildUrl(HttpContext httpContext)
Parameters
Returns
PostContribute(AuditLogContributionContext)
Declaration
public override void PostContribute(AuditLogContributionContext context)
Parameters
Overrides
PreContribute(AuditLogContributionContext)
Declaration
public override void PreContribute(AuditLogContributionContext context)
Parameters
Overrides
Implements
Extension Methods