-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated Links are wrong #98
Comments
@mhkarami Did you ever get passed this issue? I found this library and decided to try it but I am seeing the same error. The titles are correct but the links are all wrong. All previous links use the current page's link except the default one which is correct. |
I am having this issue as well. The next to last breadcrumb is getting the link of the last breadcrumb entry. |
Hi, have the same issue because we use route values, e.g. @page "/page/{aRouteValue}". |
@lapellaniz I stopped using this library. after several years, I tempted to use this library again and the same error occurred to me again. |
I use razor page .net core 5 . and SmartBreadcrumb version 3.6.1
Generated Breadcrumbs titles are correct but link are wrong
I named my pages as A , B , C ,...
this is the Generated Breadcrumbs titles :
BASE / A / B / C
Links :
Base : https://localhost:5001/
A : https://localhost:5001/Administration/A/B/C
B : https://localhost:5001/Administration/A/B/C
C : is not active
page url in C Position is https://localhost:5001/Administration/A/B/C
Base class :
A Class (And Same for B And C just change names and change FromPage):
in version 3.4.0 and 3.1.1 i do not have this problem but still pages with input parameter does not work and have same problem for example if page be like :
generated link is wrong
The text was updated successfully, but these errors were encountered: