7 references to RequestPath
HttpLogging.Sample (1)
SampleHttpLoggingInterceptor.cs (1)
24
if (logContext.TryDisable(HttpLoggingFields.
RequestPath
))
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
83
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)
127
if (loggingFields.HasFlag(HttpLoggingFields.
RequestPath
))
Microsoft.AspNetCore.HttpLogging.Tests (2)
HttpLoggingEndpointConventionBuilderTests.cs (1)
16
var loggingFields = HttpLoggingFields.RequestScheme | HttpLoggingFields.
RequestPath
;
HttpLoggingMiddlewareTests.cs (1)
793
Assert.True(context.TryDisable(HttpLoggingFields.
RequestPath
));