6 references to RequestQuery
Microsoft.AspNetCore.HttpLogging (6)
HttpLoggingFields.cs (4)
150/// If desired, it should be explicitly specified with <see cref="RequestQuery"/>. 160/// If desired, it should be explicitly specified with <see cref="RequestQuery"/>. 178/// If desired, it should be explicitly specified with <see cref="RequestQuery"/>. 199/// If desired, it should be explicitly specified with <see cref="RequestQuery"/>.
HttpLoggingMiddleware.cs (2)
110if (logContext.IsAnyEnabled(HttpLoggingFields.RequestPropertiesAndHeaders | HttpLoggingFields.RequestQuery)) 133if (loggingFields.HasFlag(HttpLoggingFields.RequestQuery))