Completed
Last Updated: 19 Mar 2020 15:20 by ADMIN
Release 2020.R1.SP.next
Juergen
Created on: 18 Mar 2019 15:13
Category: UI for ASP.NET Core
Type: Bug Report
3
Menu TagHelper does not handle asp-page attribute for rendering links

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>


2 comments
ADMIN
Petar
Posted on: 06 Mar 2020 14:45

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

Get quickly onboarded and successful with Telerik UI for ASP.NET Core with the dedicated Virtual Classroom technical training, available to all active customers.
Brian
Posted on: 02 Mar 2020 04:52
Here it is almost a year later, and still no functionality.  Why bother creating the TagHelper version if not going to do it right?  Just a waste of resources.