Quantcast
Viewing all articles
Browse latest Browse all 31

matthaw on ASP.NET MVC - Using Post, Redirect, Get Pattern

@Michael - doing a return in your button click doesn't do a redirect upon a post. If at that point, you hit F5, you'll get the prompt to resubmit your posted data. Server.Transfer still may not work as your last request from the client is still a POST and not a get.

Viewing all articles
Browse latest Browse all 31

Trending Articles