MVC Learning notes: Getting Started

Source: Internet
Author: User

1, Controller/action

The action returns a string directly for a business that does not need to return a large amount of HTML, similar to a generic handler.

If you need to return a lot of HTML code, you need to return to view ();

The view folder needs to add a folder with the same name as the controller and add an attempt file to it with the same name as the action method.

1. Razor tried to

Features: No angle brackets are seen as C # code, see angle brackets to know you write HTML code, automatically recognize angle brackets.

@for (int i=0;i<10;i++) {

String

}

You can't just put the text in here. tags, such as <span> string </span>, must be added.

Razor There is a special label <text></text> output in HTML without the text label, the output is plain text.

MVC Learning notes: Getting Started

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.