标签: redirect model-view-controller http-post
我正在使用Fluentx.Mvc,并且工作正常。
但是,现在我想重定向到新窗口中的URL。 我该怎么做?
我的最终回报看起来像这样:
return this.RedirectAndPost("https://test.sitename.com/sso/v2/", postData);
以上重定向应在新窗口中进行。其余的全部正常。