I have a action that just does some db work based on the parameter passed into it, then it redirects to another page.
What should the return type be then?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
RedirectToRouteResultfor redirecting to same controller’s action :Or use this to redirect to another controller’s action :