1 write to LowercaseQueryStrings
Microsoft.AspNetCore.Routing (1)
DefaultLinkGenerator.cs (1)
64
LowercaseQueryStrings
= routeOptions.Value.LowercaseQueryStrings,
3 references to LowercaseQueryStrings
Microsoft.AspNetCore.Routing (2)
Template\TemplateBinder.cs (2)
479
context.LowercaseQueryStrings = options?.
LowercaseQueryStrings
?? globalOptions.
LowercaseQueryStrings
?? false;
Microsoft.AspNetCore.Routing.Abstractions (1)
LinkOptions.cs (1)
13
/// Use <see cref="
LowercaseQueryStrings
" /> to configure the behavior for query strings.