Two ways to get URL address parameters in ASP.

Source: Internet
Author: User

First, the URL address of the first way to send a notation

1. Write the format by default URL address in MVC: Controller/Method Name/parameter

2. Example: HTTP://LOCALHOST:39270/REQUESTDEMO/INDEX/88, the default parameter name is ID, so the name is ID.

If you use a different name, the background is unreadable and will error

The second way of URL address

1. Use? Parameter name = argument value, if more than one parameter is used & to connect

http://localhost:39270/RequestDemo/Index?id=88&name=%E5%BC%A0%E4%B8%89

2. How to receive parameters in the background

Two ways to get URL address parameters in ASP.

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.