Class AsiBackboneHttpRequestMetadataKeys
- Namespace
- AsiBackbone.AspNetCore.Correlation
- Assembly
- AsiBackbone.AspNetCore.dll
Defines metadata keys emitted by ASP.NET Core request correlation adapters.
public static class AsiBackboneHttpRequestMetadataKeys
- Inheritance
-
AsiBackboneHttpRequestMetadataKeys
- Inherited Members
Fields
EndpointDisplayName
Metadata key for the safe endpoint display name.
public const string EndpointDisplayName = "http.endpoint.display_name"
Field Value
Method
Metadata key for the safe HTTP method value.
public const string Method = "http.method"
Field Value
Path
Metadata key for the safe HTTP request path value.
public const string Path = "http.path"
Field Value
RoutePattern
Metadata key for the safe endpoint route pattern.
public const string RoutePattern = "http.route_pattern"
Field Value
RouteValuePrefix
Metadata key prefix for route values.
public const string RouteValuePrefix = "http.route.value."