2011年11月8日
摘要: 学习记录: .net获取当前url各种属性(文件名、参数、域名 等) & 鼠标手型原始 URL 定义为 URL 中域信息之后的部分。在 URL 字符串 http://www.contoso.com/articles/recent.aspx 中,原始 URL 为/articles/recent.aspx。原始 URL 包括查询字符串(如果存在)。测试的url地址是http://www.test.com/testweb/default.aspx?id=1, 结果如下:Request.ApplicationPath: /testwebRequest.CurrentExecutionFileP 阅读全文
posted @ 2011-11-08 15:41 Rain&Sun 阅读(822) 评论(0) 推荐(1)