7 references to RequestBody
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingTagNames.cs (1)
72RequestBody,
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (6)
Logging\AcceptanceTests.cs (6)
230Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.RequestBody); 303Assert.Single(state, x => x.Key == HttpLoggingTagNames.RequestBody && x.Value == Content); 308Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.RequestBody); 471Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.RequestBody); 510Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.RequestBody); 710Assert.Single(state, x => x.Key == HttpLoggingTagNames.RequestBody && x.Value == Content);