Home » ASP.NET Basics » 04 - Creating Content Pages
4

What is a Content Page?

Introducing content pages

In the last chapter, we created a master page for our project. Master page provides the template for all other pages of the website. However, a master page alone is of no use as it cannot be viewed in the browser. To make use of the master page, we need to add some Content Pages to our project.

Content pages are the actual pages of our site that users will see on the browser. We can have as many content pages in our site as needed. Content pages may consist of a home page, about page, products page, contact page and so on. Since content pages are linked to the same master page, they will look the same in design (with the same logo, banner, and site menu) but different content.