标签: redirect razor
我正在尝试有条件地重定向Razor中的页面。但是我的页面被卡在中间页面上。 这是我的代码
@using System @{ var Url = "https://google.com"; this.Response.Redirect(Url); }