3 references to BoundToString
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (3)
3193
httpContext.Items[nameof(args.
BoundToString
)] = args.
BoundToString
;
3205
Assert.Equal(headerValue, httpContext.Items[nameof(ParameterListFromHeaderCommaSeparatedValues.
BoundToString
)]);