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

Overwrite cached title on exact match #9

Closed ghost closed 5 years ago

ghost commented 5 years ago

I had a breadcrumb structure like the following:

Home > Breadcrumb with fixed title > Breadcrumb with ViewData.Title > some other breadcrumb

When navigating to the some other breadcrumb with a cached title, everything worked as expected. However, the Breadcrumb with ViewData.Title was about to change due to a different menu entry. To reflect these changes, I've added a property which overrides the cached title on an exact match of action and controller.