6 writes to LowercaseUrls
Microsoft.AspNetCore.Routing (1)
DefaultLinkGenerator.cs (1)
65LowercaseUrls = routeOptions.Value.LowercaseUrls,
Microsoft.AspNetCore.Routing.Tests (5)
DefaultLinkGeneratorProcessTemplateTest.cs (4)
495LowercaseUrls = false 528LowercaseUrls = true 565LowercaseUrls = false, 603LowercaseUrls = true,
DefaultLinkGeneratorTest.cs (1)
215options: new LinkOptions() { LowercaseUrls = true, });
3 references to LowercaseUrls
Microsoft.AspNetCore.Routing (2)
Template\TemplateBinder.cs (2)
480context.LowercaseUrls = options?.LowercaseUrls ?? globalOptions.LowercaseUrls ?? false;
Microsoft.AspNetCore.Routing.Abstractions (1)
LinkOptions.cs (1)
19/// This property will be false unless <see cref="LowercaseUrls" /> is also <c>true</c>.