Learn ASP.NET Web Pages by building a web site from scratch.
Part I: Creating a Web Site.
Create an empty web site named DemoWebPages.
If you want to learn how to create an empty web site, please go to the chapter Web Empty Site.
In the "DemoWebPages" folder, create a new CSHTML file named Default.cshtml.
Put the following content inside the file:
In the "DemoWebPages" folder, create a new CSHTML file named "About.cshtml".
Put the following code inside the about file:
The about file above contains a heading and a paragraph. Please feel free to edit the content.
Your message has been sent to W3Schools.