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