[ASP. NET] comparison of methods for obtaining URL Information by request

Source: Internet
Author: User

In ASP. in net programming, requests are often used to obtain URL-related information. There are multiple methods in the request to obtain URL information, but I often forget the specific functions of various methods. Today I wrote a testProgram, And list the results obtained by various methods. You can directly refer to them later.

The URL of the test is a http://www.test.com/testweb/default.aspx and the result is as follows:

 

Request. applicationpath:/testweb

Request. currentexecutionfilepath:/testweb/default. aspx

Request. filepath:/testweb/default. aspx

Request. Path:/testweb/default. aspx

Request. pathinfo:

Request. physicalapplicationpath: e: \ www \ testweb \ obtain the physical file system path of the root directory of the currently running server application.

Request. physicalpath: e: \ www \ testweb \ default. aspx

Request. rawurl:/testweb/default. aspx

Request. url. absolutepath:/testweb/default. aspx

Request. url. absoluteuri: http://www.test.com/testweb/default.aspx

Request. url. HOST: www.test.com

Request. url. localpath:/testweb/default. aspx

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.