ASP. NET MVC Removal view engine (Webformviewengine or Razorviewengine)

Source: Internet
Author: User

ASP. NET MVC has two view engines, the new syntax for thewebformviewengine and Razor views, respectively:razorviewengine.

When MVC finds the view by default, it looks for the matching view in the order specified, and when our MVC program does not find the view, an error message appears on the page:

Seeing the picture is known, it performs the Webfrom view engine lookup first, followed by the Razor view engine, and now the ASP. NET MVC project is usually only one view engine

It's enough. If this is the case, the other view engine seems redundant, (which can have a little effect on performance), and all that is needed is to remove the necessary view engine from the lower part.

Remove View method (remove Webfrom view engine):

Just add the following code to the Application_Start () function in the Global.asax file:

ASP. NET MVC Removal view engine (Webformviewengine or Razorviewengine)

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.