I'm new with MVC and I need to put into an iframe a view which returns the content of a page( styles/css,text/html,images etc) and the view to containt the main menu of the application, from the Index view.
Can anyone help me with this?
The code line which returns the content in the view is :
@Html.Raw(System.Text.Encoding.ASCII.GetString(@Model.Content))