获取上个页面的url包括参数

Uri uri = Request.UrlReferrer;

            string path = uri.AbsoluteUri;

            TempData["path"] = path;

原文地址:https://www.cnblogs.com/Gold-fangjin/p/5611176.html