6 writes to LowercaseUrls
Microsoft.AspNetCore.Routing (1)
DefaultLinkGenerator.cs (1)
65
LowercaseUrls
= routeOptions.Value.LowercaseUrls,
Microsoft.AspNetCore.Routing.Tests (5)
DefaultLinkGeneratorProcessTemplateTest.cs (4)
495
LowercaseUrls
= false
528
LowercaseUrls
= true
565
LowercaseUrls
= false,
603
LowercaseUrls
= true,
DefaultLinkGeneratorTest.cs (1)
215
options: new LinkOptions() {
LowercaseUrls
= true, });
3 references to LowercaseUrls
Microsoft.AspNetCore.Routing (2)
Template\TemplateBinder.cs (2)
480
context.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>.