asp.net 如何获取上一个URL中的参数值
asp.net怎么获取上一个URL中的参数值C# code ViewState[url] Request.UrlReferrer.ToString()这个是
asp.net 怎么获取上一个URL中的参数值
C# code ViewState["url"] = Request.UrlReferrer.ToString();
这个是上一页的URL
怎么获取他的参数的值
在线等待
[解决办法]对Request.UrlReferrer.ToString();的url字符串进行字符串截取并分词,你用用SubSting和Split