.NET获取URL的各种方式及其区别
2021-06-24 04:05
标签:.com app blog net 来源 execution style font tor 原文发布时间为:2009-11-11 —— 来源于本人的百度文章 [由搬家工具导入] http://www.test.com/testweb/default.aspx?id=1 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\ Request.PhysicalPath: E:\WWW\testweb\default.aspx Request.RawUrl: /testweb/default.aspx?id=1 Request.Url.AbsolutePath: /testweb/default.aspx Request.Url.AbsoluteUri: http://www.test.com/testweb/default.aspx?id=1 Request.Url.Host: www.test.com Request.Url.LocalPath: /testweb/default.aspx Response.Write("Request.CurrentExecutionFilePath: " + Request.CurrentExecutionFilePath + " Response.Write("Request.FilePath: " + Request.FilePath + " Response.Write("Request.Path: " + Request.Path + " Response.Write("Request.PathInfo: " + Request.PathInfo + " Response.Write("Request.PhysicalApplicationPath: " + Request.PhysicalApplicationPath + " Response.Write("Request.PhysicalPath: " + Request.PhysicalPath + " Response.Write("Request.RawUrl: " + Request.RawUrl + " Response.Write("Request.Url.AbsolutePath: " + Request.Url.AbsolutePath + " Response.Write("Request.Url.AbsoluteUri: " + Request.Url.AbsoluteUri + " Response.Write("Request.Url.Host: " + Request.Url.Host + " Response.Write("Request.Url.LocalPath: " + Request.Url.LocalPath + " .NET获取URL的各种方式及其区别 标签:.com app blog net 来源 execution style font tor 原文地址:http://www.cnblogs.com/handboy/p/7158350.html
");
");
");
");
");
");
");
");
");
");
");
");
下一篇:centos7删除apache
文章标题:.NET获取URL的各种方式及其区别
文章链接:http://soscw.com/index.php/essay/97944.html