Rya*_*all 83 asp.net-mvc redirect referrer
如何在ASP.NET MVC操作中获取引用者URL?我在调用操作之前尝试重定向回页面.
Der*_*ess 140
Request.UrlReferrer如果您不喜欢Request.ServerVariables直接访问字典,也可以使用获取引用URL .
Request.UrlReferrer
Request.ServerVariables
Dan*_*ott 20
Request.ServerVariables["http_referer"]
应该做.
Nav*_*pal 7
你可以用它
filterContext.RequestContext.HttpContext.Request.UrlReferrer.AbsolutePath
归档时间:
16 年,1 月 前
查看次数:
80166 次
最近记录:
8 年,7 月 前