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