2 writes to LowercaseUrls
Microsoft.AspNetCore.Routing (2)
Template\TemplateBinder.cs (1)
480
context.
LowercaseUrls
= options?.LowercaseUrls ?? globalOptions.LowercaseUrls ?? false;
UriBuildingContext.cs (1)
224
LowercaseUrls
= false;
2 references to LowercaseUrls
Microsoft.AspNetCore.Routing (2)
UriBuildingContext.cs (2)
82
if (
LowercaseUrls
)
91
if (
LowercaseUrls
)