Is it possible to use the <a> tag helper to generate a hyperlink to a Razor Component which has a @page directive?
This is in a mostly Razor-Pages project which uses Server-Side Blazor and has routing for both Razor pages and Razor 'Component-Pages'.
The /pages folder has a mix of `.cshtml` files and `.razor` files.
Routing is currently working properly for both Razor Pages and Razor Components with @page directives.
Thanks!