I am using ASP.Net Web form in my MVC 5 application.
I want to use my Razor view layout in the ASP.Net web form. How can i do that?
I am using ASP.Net Web form in my MVC 5 application.
I want to use my Razor view layout in the ASP.Net web form. How can i do that?
You can do this with ASP.NET web application using VS 2013 and add a MVC 5 View Page (Razor) on right clicking the Project.
you can't , because ASP.Net Mvc and ASP.Net web form using a different view engine, you should use Mvc View Master Page or Master Page
I'm not sure whether I get your question right. If you mean the Template layout frmo ASP.NET MVC.. this is from Bootstrap. If you mean the Concept "Masterpage-Layout-Page" for Winform, you can create a Masterpage:
ContentPlaceHolder
for your Content..