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

Unable to add breadcrumb attribute for 2 MVC Action with same name in different Area #37

Closed nsathiyamoorthi closed 4 years ago

nsathiyamoorthi commented 5 years ago

smartBreadCrumbs_Error

nsathiyamoorthi commented 5 years ago

we have 2 Areas in our project.

Both areas have controller named "Dashboard" with action "Index". Adding SmartBreadCrumbs in this scenario throws the error "An item with the same key has already been added".

Adding AreaName in the BreadCrumb attribute doesnot resolve this [Breadcrumb(Title = "Compliance Dashboard", AreaName = "Compliance")]

zHaytam commented 5 years ago

Please see issue #33

zHaytam commented 4 years ago

Fixed by #66