From the course: ASP.NET Web Forms Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Application content overview

Application content overview - ASP.NET Tutorial

From the course: ASP.NET Web Forms Essential Training

Start my 1-month free trial

Application content overview

- [Instructor] Next, let's have a look at how the content of the application gets created. And the first thing we have here is Site Master. Site Master is a so-called layout page, and this is where all the information about how the site should look and feel resides. So, we have the html tag, and then we have the head tag, which contains the meta and the title, and we have some script information thing here. And we are including as well the bundle reference, so if you remember, I said that we have bundle config. This is where it gets rendered on the page. Then we have a link where we include the favorite icon for the page, which will show a small icon whenever you open the page inside any browser that you want to use it. And then we have the body of our page. And we start with a simple form. And I'm going to cover why do we need the form in the next module. Then we have the scripts that will be used on the file. And then we have the layout itself, the information about the page. So we…

Contents