In Asp.net, @ html. Partial, @ html. Action, @ html. renderpartial, @ html. renderaction

Source: Internet
Author: User

1. the return value of the render method is void, which is output within the method. The return value type without the render is mvchtmlstring. Therefore, you can only use the following method:

@ Html. Partial @ {html. renderpartial (...) ;}@ html. action @ {html. renderaction (....);}

2. html. Partial can directly provide the user control name as a parameter,

The HTML. Action must have the corresponding action. In the action, the partailresult (retun partialview () is returned ()).

3. html. Partial is recommended for simple user controls without any logic. html. Action is recommended for user controls that require some model settings. Of course, the HTML. Partial method can also be used for model data. You can refer to the method overload.

4. The advantage of using HTML. Action is that you can select different user controls based on different scenarios. For example, @ HTML. action ("userinfocontrol") in the corresponding userinfocontrol action, you can retun partialview ("logonusercontrol") when the user is not logged on; after logging on, retun partialview ("userinfocontrol ");

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.