5 writes to LowercaseQueryStrings
Microsoft.AspNetCore.Routing.Tests (5)
DefaultLinkGeneratorProcessTemplateTest.cs (4)
383o.LowercaseQueryStrings = true; 447o.LowercaseQueryStrings = true; 548o.LowercaseQueryStrings = true; 586o.LowercaseQueryStrings = false;
RouteCollectionTest.cs (1)
701options.LowercaseQueryStrings = lowercaseQueryStrings;
3 references to LowercaseQueryStrings
Microsoft.AspNetCore.Routing (3)
DefaultLinkGenerator.cs (1)
64LowercaseQueryStrings = routeOptions.Value.LowercaseQueryStrings,
RouteCollection.cs (1)
171if (_options.LowercaseUrls && _options.LowercaseQueryStrings)
RouteOptions.cs (1)
42/// Use <see cref="LowercaseQueryStrings" /> to configure the behavior for query strings.