测试的url地址是http://www.test.com/testweb/default.aspx, 结果如下:

Request.ApplicationPath
  结果:/testweb
Request.CurrentExecutionFilePath:
  结果:testweb/default.aspx
Request.FilePath:
  结果:/testweb/default.aspx
Request.Path:
  结果:/testweb/default.aspx
Request.PhysicalApplicationPath:
  结果:E:\WWW\testweb\
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

相关文章:

  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-24
  • 2021-06-15
  • 2021-07-28
  • 2021-06-04
  • 2021-11-18
相关资源
相似解决方案