4 references to RequestPath
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
85
if (logContext.TryDisable(HttpLoggingFields.
RequestPath
))
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingFields.cs (2)
145
/// including <see cref="
RequestPath
"/>, <see cref="RequestProtocol"/>,
152
RequestProperties =
RequestPath
| RequestProtocol | RequestMethod | RequestScheme,
HttpLoggingMiddleware.cs (1)
131
if (loggingFields.HasFlag(HttpLoggingFields.
RequestPath
))