1 write to LowercaseUrls
Microsoft.AspNetCore.Routing (1)
DefaultLinkGenerator.cs (1)
65LowercaseUrls = routeOptions.Value.LowercaseUrls,
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>.