MVC-Routing and mvcrouting Routing

Source: Internet
Author: User

MVC-Routing and mvcrouting Routing

Instance product based on asp.net mvc 5.0 framework, source code: http://www.jinhusns.com/Products/Download

We noticed that the URL in the address bar is Home/Index.

A route can specify its URL and its default value. It can also restrict all parts of the URL.
We call a RegisterRoutes method in the Application_Start method of the Global. asax. cs file in the newly created application, as follows:

By default, when return View0 is used in the Index Action to return the view,/Views/Home/lndex will be searched. aspx file. If this file cannot be found, it will be searched in the Share Directory:/Views/Share/lndex. aspx. If no View is found, an exception occurs.

Model-View-Controller (Model View-Controller mode) is used to represent a software architecture mode. It divides the software system into three basic parts: Model, View, and Controller)

 

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.