UI, Layout, Master Page with Razor Syntax and CSS in ASP.NET MVC



In this chapter you will learn:

  1. How to design MVC page?
  2. How to use Razor Syntax in ASP.Net?

This is very interesting and creative thing to design your ASP.Net MVC application. Every website follows a consistent and uniform design to each page. In this chapter you will learn to create master page layout with HTML, CSS and Razor Syntax. Razor Syntax is very easy to learn and helps you a lot when you write c# code inside html page. I assume that you have basic knowledge of Razor syntax. If you don’t have any idea about it you can take a look of Razor Syntax Here: