Replies: 1 comment 6 replies
-
@SSzretter if you want to navigate to a specific location you can add a link or button to your component and set the Url using the EditUrl() helper method. It has a lot of overload parameters so you set the Url based on your specific needs. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a breadcrumb or similar system for Oqtane that will allow navigation backward when multiple pages are opened?
For example, if I navigate to a page with a module (index.razor) and an 'edit' button is clicked on that module it will navigate to a new page (edit.razor). The returnUrl parameter can be used for action buttons and others and that works to navigate backward one level. However, if we go one level deeper, say there is a button on the edit page to view a related record (editrelated.razor), that page can go back one level, back to edit.razor but now the returnurl is gone and edit has no way to go backward (and I do not want to assume edit always goes back to index).
Beta Was this translation helpful? Give feedback.
All reactions