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

Compare with Current View Page History

« Previous Version 7 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