I'm doing a news site in ASP.NET MVC 5 and there was a need to see Preview
of the news before saving it to the bank.
With a action
name Preview
I can send the data to it and send it to a View
with the page design where the news will really be shown, but I lose the Create
screen. p>
How do you open a new tab with the Preview
screen and the Create
screen still intact?