Quantcast
Channel: Why are Redirect Results not allowed in Child Actions in Asp.net MVC 2 - Stack Overflow
Viewing all articles
Browse latest Browse all 8

Answer by Vladimir for Why are Redirect Results not allowed in Child Actions in Asp.net MVC 2

$
0
0

My solution.

Action method:

return View("Redirect", model);

View:

<script type="text/javascript" language="javascript">    document.location = '<%: Url.Action("Index", "Album", new { id = Model.Id }) %>';</script>

Viewing all articles
Browse latest Browse all 8

Trending Articles





<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>