1

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

2
  • 3
    There are tons of tutorials. Here is a good place to start: asp.net/mvc/tutorials Commented Feb 25, 2013 at 14:52
  • 1
    take a look at http://www.asp.net/mvc here you will find tutorials Commented Feb 25, 2013 at 14:52

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.