i have a node in the Breadcrumb and that node have URL with query string but unfortunately this cause an issue the(? and =) will convert to another chars
var breadcrumbs = [
{
"label": "Home",
"url": "/Home/Home"
},
{
"label": "Menu",
"url": "/Home/Menus"
},
{
"label": "Sections",
"url": "/Home/Menus/Sections?MenuID=1"
},
{
"label": "Items",
"url": ""
}
];
Error: Cannot match any routes. URL Segment: 'xx/xxxxx/Sections%3FMenuID%3D2
i have a node in the Breadcrumb and that node have URL with query string but unfortunately this cause an issue the(? and =) will convert to another chars
Error: Cannot match any routes. URL Segment: 'xx/xxxxx/Sections%3FMenuID%3D2