The return View(.......) in Action of Controller is the statement that we use to return the view View for a Particular Controller Request . But Return view will return the view exactly you want and render the view but it will not change or target the user to target url . The simple solution is below -
Code For an Action -
[HttpPost]
public ActionResult Start(SomeViewModel...
Showing posts with label RedirectToAction. Show all posts
Showing posts with label RedirectToAction. Show all posts
Tuesday, 28 April 2015
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...