7 references to RequestBody
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingTagNames.cs (1)
72RequestBody,
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (6)
Logging\AcceptanceTests.cs (6)
186Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.RequestBody); 259Assert.Single(state, x => x.Key == HttpLoggingTagNames.RequestBody && x.Value == Content); 264Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.RequestBody); 385Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.RequestBody); 424Assert.DoesNotContain(state, x => x.Key == HttpLoggingTagNames.RequestBody); 624Assert.Single(state, x => x.Key == HttpLoggingTagNames.RequestBody && x.Value == Content);