1 write to _normalizedAreaRootDirectory
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\PageRouteModelFactory.cs (1)
27
_normalizedAreaRootDirectory
= "/Areas/";
1 reference to _normalizedAreaRootDirectory
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\PageRouteModelFactory.cs (1)
94
!relativePath.StartsWith(
_normalizedAreaRootDirectory
, StringComparison.OrdinalIgnoreCase)) // The path must start with area root.