The Menu TagHelper does not render correct links for its items when the asp-page attribute is used.
With area it does not render a link at all:
<menu-item text="Home" asp-area="Products" asp-controller="Home" asp-action="About"></menu-item>
Without area it renders an incorrect link
<menu-item text="Login" asp-area="Products" asp-page="/Books"></menu-item>
Hi Brian,
Thank you for writing to us about this issue! We've escalated its fixing and the work on its will start next week. You can follow the current feedback portal item and once there is a change in its status, you will be notified about this change.
Let me know if you have any questions related to the current thread.
Regards,
Petar
Progress Telerik