ASP. MVC5 Advanced Programming Chapter 2nd Controller

Source: Internet
Author: User

Reference "ASP. MVC5 Advanced Programming" version 5th

2nd Chapter Controller

Controller: Responds to the user's HTTP request and returns the processed information to the browser.

2.1 ASP. NET MVC Introduction

The controller in the MVC pattern is primarily responsible for responding to the user's input and modifying (Model) in response. In this way, the controller in MVC focuses on the application flow, the processing of the input data, and the provision of the associated View data source

In the MVC pattern, the URL first tells the route which controller to instantiate, which method to invoke, and provides the required parameters for the method. The controller then determines which view to use and renders the view.

The URL is not directly related to the file system on the Web server, but rather to the method of the Controller class. MVC provides the result of a method call, rather than a dynamically generated page.

Tips

  • Using method Httputility.htmlencode to preprocess user input prevents users from injecting JavaScript code or HTML markup into the view with links. Like:www.meishizouqi.com?<script> window.location= ' http://www.example.com ' <script>

Reference "ASP. MVC5 Advanced Programming" version 5th

ASP. MVC5 Advanced Programming Chapter 2nd Controller

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.