7 references to ActionLink
BasicWebSite (7)
artifacts\obj\BasicWebSite\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Areas\Area1\Views\RemoteAttribute_Home\_Layout_cshtml.g.cs (3)
78Html.ActionLink("Basic web site", "Details", "RemoteAttribute_Home", routeValues: new { area = (object)null }) 88Html.ActionLink("Home", "Details", "RemoteAttribute_Home", routeValues: new { area = string.Empty }) 98Html.ActionLink("Area1 Home", "Details", "RemoteAttribute_Home", routeValues: new { area = "Area1" })
artifacts\obj\BasicWebSite\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views\RemoteAttribute_Home\_Layout_cshtml.g.cs (3)
78Html.ActionLink("Basic web site", "Details", "RemoteAttribute_Home", routeValues: new { area = (object)null }) 88Html.ActionLink("Home", "Details", "RemoteAttribute_Home", routeValues: new { area = string.Empty }) 98Html.ActionLink("Area1 Home", "Details", "RemoteAttribute_Home", routeValues: new { area = "Area1" })
artifacts\obj\BasicWebSite\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views\Shared\_Layout_cshtml.g.cs (1)
78Html.ActionLink("BasicWebApplication", "Index", "Home", new { area = "" })