I have an edit page that is used from various sources. After editing, I would like to redirect the user to the original page. I used to use an identifier (specified as a parameter) and Action (hardcoded) to redirect the user to a specific page, but problems arise when many pages can access the same edit page.
Are there any suggestions for resolving this situation? Should I store the full URL and pass it as a parameter? Are there any known issues with this (line length, etc.)?
source share