3 references to LowercaseQueryStrings
Microsoft.AspNetCore.Routing (3)
DefaultLinkGenerator.cs (1)
64
LowercaseQueryStrings = routeOptions.Value.
LowercaseQueryStrings
,
RouteCollection.cs (1)
171
if (_options.LowercaseUrls && _options.
LowercaseQueryStrings
)
RouteOptions.cs (1)
42
/// Use <see cref="
LowercaseQueryStrings
" /> to configure the behavior for query strings.