You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If action return IActionResult, breadcrumb will be generated automatically.
but if action return ActionResult<T>, breadcrumb will not be generated automatically.
If action return
IActionResult
, breadcrumb will be generated automatically.but if action return
ActionResult<T>
, breadcrumb will not be generated automatically.I create a test project on this github repository
test code(in my test repository):
asp.net core mvc 6.0
dotnet version: 6.0.402
SmartBreadcrumbs version: 3.6.1
The text was updated successfully, but these errors were encountered: