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

Added FluentBreadcrumbNodeBuilder and ViewDataDictionaryExtensions #100

Open gordon-matt opened 2 years ago

gordon-matt commented 2 years ago

Added a fluent builder for when we need to manually create nodes. See the example in EasyJavaController.

gordon-matt commented 2 years ago

Anyone out there?