3 writes to LowercaseQueryStrings
Microsoft.AspNetCore.Routing (1)
DefaultLinkGenerator.cs (1)
64
LowercaseQueryStrings
= routeOptions.Value.LowercaseQueryStrings,
Microsoft.AspNetCore.Routing.Tests (2)
DefaultLinkGeneratorProcessTemplateTest.cs (2)
566
LowercaseQueryStrings
= false
604
LowercaseQueryStrings
= true,
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.