Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 311563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:56:11+00:00 2026-05-12T07:56:11+00:00

Is there an equivalent to Ruby On Rails’ redirect_to :back in ASP.NET MVC? What

  • 0

Is there an equivalent to Ruby On Rails’ redirect_to :back in ASP.NET MVC?

What about after submitting a form? For example:

From page1 user clicks a link to page2. Submits a form on page2, then I want to redirect to page1.

This works great if I hard code the redirect to go to Page1. However if the user clicks a link to page2 from page8, after submitting the form on page2, how can I redirect back to page 8 instead of page1?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T07:56:11+00:00Added an answer on May 12, 2026 at 7:56 am

    If you want to use Jan’s code as the return value of your action then just drop the Response. part as Response.Redirect will return void. You could do this instead…

    public ActionResult Index()
    {    
        return Redirect(Request.UrlReferrer.ToString());
    }
    

    If you are posting back to a form then take a look at this SO question, it might help.

    How to RedirectToAction in ASP.NET MVC without losing request data

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

do you know if there's an equivalent in Grails to ASP.NET MVC's Html.RenderAction also
Is there an equivalent to PHP's urlencode in Ruby on Rails 2.3.5? (It encodes
Is there an equivalent for ruby's array[n..m] in JavaScript? For example: >> a =
Is there a Ruby equivalent for Python's is? It tests whether two objects are
Is there any Ruby equivalent for Python's builtin zip function? If not, what is
In Ruby, is there the equivalent of the __str__() method that you can define
I am migrating a MonoRail application to ASP.NET MVC and I was wondering if
Is there a Python equivalent to Ruby symbols? If so then what is it?
Is there a Java equivalent to Ruby's Array#product method, or a way of doing
Is there an equivalent for Interlocked.Exchange for boolean? Such as an atomic exchange of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.