A base implementation of LogEventMetadata for ASP.NET Core incoming HTTP requests. You can derive from this class if you want to expose your own expression model. The default implementation is the non-generic AspNetCoreRequestMetadata, which exposes AspNetCoreRequestExpressionModel.
Inheritance
AspNetCoreRequestMetadata<T>
Namespace: PostSharp.Patterns.Diagnostics.Adapters.AspNetCore
Assembly: PostSharp.Patterns.Diagnostics.Adapters.AspNetCore.dll
Syntax
public abstract class AspNetCoreRequestMetadata<T> : LogEventMetadata<T>
Type Parameters
Name | Description |
---|---|
T | The type of the expression model. |
Constructors
Name | Description |
---|---|
AspNetCoreRequestMetadata(string) | Initializes a new AspNetCoreRequestMetadata. |