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

Object null reference exception when title is null #99

Open dIeGoLi opened 2 years ago

dIeGoLi commented 2 years ago

BreadcrumbTagHelper ExtractTitle throws an exception when the node title is null. Of course title should not be null, but in case that nodes are created dynamically from data, it could happen by mistake. In that case i would prefer the bread crumb node not to be visible instead of the complete page not working. What is your opinion on that? I could do a pull request for that.

Thanks for your effort in this library.