csharp 将当前请求重定向回当前页面

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 将当前请求重定向回当前页面相关的知识,希望对你有一定的参考价值。

/// <summary>
/// Redirect the current request back to the current page = full page reload
/// </summary>
public static void RedirectSelf(this HttpResponse response)
{
    response.Redirect(HttpContext.Current.Request.RawUrl);
}

以上是关于csharp 将当前请求重定向回当前页面的主要内容,如果未能解决你的问题,请参考以下文章

在 laravel 5.3 中重定向回请求的页面

使用刷新令牌 adal azure AD 静默更新访问令牌

Symfony 3 将所有路由重定向到当前语言环境版本

添加将重定向到 JQGrid 中当前行的查看页面的按钮

如何重定向到 Servlet 过滤器中的当前页面?

重定向