ASP. NET MVC3 Chew slowly --- (2) template page

Source: Internet
Author: User

This section demonstrates how to use the template page in MVC3. In the traditional webform design mode, we use masterpage as the template page. In the MVC3 razor view design, we use another method as the template page. Create an MVC3 project. In solution resource management, we can see that there is a Shared folder under the VIEWS folder. There is a _ Layout. cshtml page in the Shared folder. This is the default template page in the project. For example, 1. When creating a content page, the content page is also called a view layout page in MVC3. You can right-click the view folder, add the content page by adding a view, and select the corresponding template. The following is the page on which ViewPageOne. cshtml uses the template page. The code is automatically generated on the page. To specify the template page, and use Layout to specify the specific template page. If the content page does not contain the Layout attribute, the default template page [html] @ {ViewBag. Title = "ViewPageOne"; Layout = "~ /Views/Shared/_ Layout. cshtml ";}< h2> ViewPageOne

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.