0
marble68 created
Has anyone re-used pages and found a way to dynamically generate the breadcrumbs so they determine the previous page correctly?
For example, I have a page that is referenced in multiple locations throughout my solution.
The breadcrumbs are a list of breadcrumbitem and the helper renders it.
However, these are basically just hard coded.
Would it be better to do this client side and examine the history of the browser, or look at referrer (which could possibly be blocked)?
Not sure how to address this. I want to keep my code DRY.
1 Answer(s)
-
0
Hi @marble68
We didn't implement something like that, but maybe we can offer you a solution. Do you need it for Angular version or jQuery version ?