I want to integrate a html/css template that I designed into an asp.net mvc 4 project. I tried to change the _layout.cshtml but there still problems. I am a beginner in asp mvc. Is there any tutorial that can help. I found a tutorial that deals with mvc 3 , it is not the saùe as mvc 4 thanks
-
3There are tons of tutorials. Here is a good place to start: asp.net/mvc/tutorialsJeff– Jeff2013-02-25 14:52:00 +00:00Commented Feb 25, 2013 at 14:52
-
1take a look at http://www.asp.net/mvc here you will find tutorialsJordy van Eijk– Jordy van Eijk2013-02-25 14:52:18 +00:00Commented Feb 25, 2013 at 14:52
Add a comment
|
1 Answer
May I recommend not only looking at the MVC 4 specific tutorials, but also just looking at the layout.cshtml that comes with MVC and reverse engineering it. Notice all the files that it pulls in, and try to pull those in to your custom HTML file.
Ref. http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/intro-to-aspnet-mvc-4