忆点点

.net core Redirect 301跳转

电脑版发表于:2020/3/25 13:17

很简单用Response.Redirect即可

public void Show(string UserName, string Id)
{
    Response.Redirect("https://www.tnblog.net", true);
}

第二个参数true就是表示的301跳转

关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢