- June 8, 2007
- 303
- 214
- Home Country
-
Sweden
- Moderator
- #51
You should be able to do something like this:
Code:<a href="@Url.Action("Details", "MovieLibrary", new { movie = movie.Id })" target="_blank">
Cool, that did the trick.
Thank you.