2009年2月4日

asp.net获取URL和IP地址

摘要: HttpContext.Current.Request.Url.ToString() 并不可靠。如果当前URL为 http://localhost/search.aspx?user=http://csharp.xdowns.com&tag=%BC%BC%CA%F5 通过HttpContext.Current.Request.Url.ToString()获取到的却是 http://local... 阅读全文

posted @ 2009-02-04 14:41 恋地高飞 阅读(361) 评论(0) 推荐(0) 编辑

导航