Hello All.
- Is it technically possible to change the URI Fragment (and therefore update the URL in the browser) without the change going into the browser’s history
- If it is possible, would it be possible to change the UriFragmentUtility component to do this via a flag/property?
Background : all of our views are driven by the URL, using the UriFragmentUtility, giving us the joy of full history support, and the ability to link/jump to a specifc part of the application via a URL enabling third parties/systems to drive users to a specific part of our application (with specific data).
We will have many search screens that contain both fields for the search criteria and the results (master/detail); if values for the criteria are specified on the URL, we do the search as as part of loading the view. Now, if the user modifies the criteria, and searches again, it would be good to be able to update the URL in the browser to show the new criteria values (so that the user could bookmark the search, or cut-and-paste it in a email, etc). However, if a user does lots of searches, we don’t really want to clutter up the history with every set of criteria.
At the moment, I just want to find out if it possible - and then if it’s possible, find out it it’s desirable!
Cheers,
Charles