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)
20return Content(_linkGenerator.GetPathByAction(HttpContext, action: nameof(LG2Controller.SomeAction), controller: "LG2"));