2 references to PageRouteModel
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageRouteModel.cs (1)
21
:
this
(relativePath, viewEnginePath, areaName: null)
ApplicationModels\PageRouteModelFactory.cs (1)
47
var routeModel = new
PageRouteModel
(relativePath, areaResult.viewEnginePath, areaResult.areaName);