zHaytam / SmartBreadcrumbs

A utility library for ASP.NET Core (both MVC and Razor Pages) websites to easily add and customize breadcrumbs.
https://blog.zhaytam.com/2018/06/24/asp-net-core-using-smartbreadcrumbs/
MIT License
161 stars 77 forks source link

Area Support for Razor Pages #83

Open toriverly opened 3 years ago

toriverly commented 3 years ago

I see the areas issue was fixed for MVC but not Razor Pages.

In my project I have: Areas/Records/Pages/Search Areas/Account/Pages/Search

And adding breadcrumbs for both gives:

System.ArgumentException: 'An item with the same key has already been added. Key: /Search'

The same as #33 and #37.

jlcotto commented 3 years ago

Hi @zHaytam, is there any update on this or any suggestion/work around?