| 웹사이트: http://localhost:1897/News/Press/Content.aspx/123?id=1#toc |
| Request.ApplicationPath | / |
| 요청.물리 경로 | D:\Projects\Solution\web\News\Press\Content.aspx |
| System.IO.Path.GetDirectoryName(Request.PhysicalPath) | D:\Projects\Solution\web\News\Press |
| Request.PhysicalApplicationPath | D:\Projects\Solution\web\ |
| System.IO.Path.GetFileName(Request.PhysicalPath) | Content.aspx |
| Request.CurrentExecutionFilePath | /News/Press/Content.aspx |
| Request.FilePath | /News/Press/Content.aspx |
| 요청.경로 | /News/Press/Content.aspx/123 |
| Request.RawUrl | /News/Press/Content.aspx/123?id=1 |
| Request.URL.AbsolutePath | /News/Press/Content.aspx/123 |
| Request.URL.AbsoluteUri | http://localhost:1897/News/Press/Content.aspx/123?id=1 |
| Request.URL.Scheme | http |
| Request.URL.Host | localhost |
| Request.URL.Port | 1897 |
| Request.Url.Authority | localhost:1897 |
| Request.Url.LocalPath | /News/Press/Content.aspx/123 |
| Request.PathInfo | /123 |
| Request.URL.PathAndQuery | /News/Press/Content.aspx/123?id=1 |
| Request.URL.Query | ?id=1 |
| Request.URL.Fragment | |
| Request.Url.Segments | /
뉴스/
언론/
Content.aspx/
123 |