savva-andreas
Results
1
comments of
savva-andreas
Hi, have the same issue because we use route values, e.g. @page "/page/{aRouteValue}". The fix for my scenario was in SmartBreadcrumbs\src\Nodes\RazorPageBreadcrumbNode.cs change public override string GetUrl(IUrlHelper urlHelper) => urlHelper.Page(Path, RouteValues);...