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
You can try something like this var categoryNode = new MvcBreadcrumbNode("Category", "Controller", product.Category.Name) { RouteValues = new { Id = 10 } };
var categoryNode = new BreadcrumbNode(product.Category.Name, "Controller", "Category", null, new { id = 10 });
Doesn't work :/ on net core 2.1
I neeeeeddddd help!!!!!!!!!!!!!!!!!!!!!!!
The text was updated successfully, but these errors were encountered: