Created
April 25, 2016 13:04
-
-
Save NathalieLarsson/9d30288697cb79e6eaf4318b957c1f78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request.ApplicationPath : /virtual_dir | |
Request.CurrentExecutionFilePath : /virtual_dir/webapp/page.aspx | |
Request.FilePath : /virtual_dir/webapp/page.aspx | |
Request.Path : /virtual_dir/webapp/page.aspx | |
Request.PhysicalApplicationPath : d:\Inetpub\wwwroot\virtual_dir\ | |
Request.QueryString : /virtual_dir/webapp/page.aspx?q=qvalue | |
Request.Url.AbsolutePath : /virtual_dir/webapp/page.aspx | |
Request.Url.AbsoluteUri : http://localhost:2000/virtual_dir/webapp/page.aspx?q=qvalue | |
Request.Url.Host : localhost | |
Request.Url.Authority : localhost:80 | |
Request.Url.LocalPath : /virtual_dir/webapp/page.aspx | |
Request.Url.PathAndQuery : /virtual_dir/webapp/page.aspx?q=qvalue | |
Request.Url.Port : 80 | |
Request.Url.Query : ?q=qvalue | |
Request.Url.Scheme : http | |
Request.Url.Segments : / | |
virtual_dir/ | |
webapp/ | |
page.aspx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment