You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The redirect-after-post technique is a common pattern in web application development. It simply means making your action, after it has successfully executed, result in a redirect. You can do this by using the redirect result or the redirect-action result.

  • No labels