摘要: 在ASP.NET编程中经常需要用Request获取url的有关信息,Request中有多种方法获取url信息连转再载再测如下:(一)页面Test.aspxprotected void Page_Load(object sender, EventArgs e){ Response.Write("Request.ApplicationPath:" + Request.ApplicationPath +... 阅读全文
posted @ 2010-01-30 11:45 梅桦 阅读(815) 评论(0) 推荐(0)