1 write to _linkGenerator
Mvc.RoutingWebSite (1)
Pages\LGAnotherPage.cshtml.cs (1)
15
_linkGenerator
= linkGenerator;
1 reference to _linkGenerator
Mvc.RoutingWebSite (1)
Pages\LGAnotherPage.cshtml.cs (1)
20
return Content(
_linkGenerator
.GetPathByAction(HttpContext, action: nameof(LG2Controller.SomeAction), controller: "LG2"));