6 references to LowercaseUrls
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
417
currentSegment += _routeOptions.
LowercaseUrls
?
Microsoft.AspNetCore.Routing (5)
DefaultLinkGenerator.cs (1)
65
LowercaseUrls = routeOptions.Value.
LowercaseUrls
,
RouteCollection.cs (3)
154
if (!string.IsNullOrEmpty(url) && (_options.
LowercaseUrls
|| _options.AppendTrailingSlash))
166
if (_options.
LowercaseUrls
)
171
if (_options.
LowercaseUrls
&& _options.LowercaseQueryStrings)
RouteOptions.cs (1)
48
/// This property will not be used unless <see cref="
LowercaseUrls
" /> is also <c>true</c>.