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.