//获取Url字符串 Uri requestUri = this.Request.Url; // 本次请求的URL Uri reUri = this.Request.UrlReferrer; // 上次请求的URL
string[] url = requestUri.Segments;