I have an ASP.Net MVC application. I would like to create a view that lists the contents of a simple collection and show it in a new browser window.
Is there a way to show the view in a new browser window using a simple link?
I struck out Html.ActionLink. The Url.Action below causes the Controller action to be called, but not opened in a new browser window.
Open MVC View in a new browser.
Does the view open in a new browser window in MVC?
If so, does anyone know how?
source share