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