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