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

Default Action #91

Closed riverahugo closed 3 years ago

riverahugo commented 3 years ago

"Internal Server Error SmartBreadcrumbsException: FuncionariosController doesn't contain a valid action named Index."

I have this problem with my action of my controller. I don't want to use Index action for default. I use, options.DontLookForDefaultNode = true; on startup.cs and doesn't work.

I need help, and I using net core 2.1

zHaytam commented 3 years ago

Hello, Please use the DefaultAction option, which is set to Index by default.