Base solution for your next web application
Open Closed

Breadcrumps with reused pages #11387


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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 ?