6 references to GetPathByPage
Microsoft.AspNetCore.Mvc.Core.Test (2)
Routing\PageLinkGeneratorExtensionsTest.cs (2)
33var path = linkGenerator.GetPathByPage( 90var path = linkGenerator.GetPathByPage(
Mvc.RoutingWebSite (4)
Controllers\LG1Controller.cs (3)
53return _linkGenerator.GetPathByPage( 61return _linkGenerator.GetPathByPage( 71return _linkGenerator.GetPathByPage(
Pages\LGPage.cshtml.cs (1)
20return Content(_linkGenerator.GetPathByPage(HttpContext, "./LGAnotherPage"));