3 references to BoundToStringArray
Microsoft.AspNetCore.Http.Extensions.Tests (3)
RequestDelegateFactoryTests.cs (3)
3191httpContext.Items[nameof(args.BoundToStringArray)] = args.BoundToStringArray; 3204Assert.Equal(expectedStringArray, httpContext.Items[nameof(ParameterListFromHeaderCommaSeparatedValues.BoundToStringArray)]);