gpt4 book ai didi

asp.net-mvc - 如何在 cshtml 中停止 ASP.NET MVC View 渲染?

转载 作者:行者123 更新时间:2023-12-04 19:58:27 25 4
gpt4 key购买 nike

重定向后停止 cshtml View 呈现的正确方法是什么?
我可以在 cshtml 里面返回吗?

@{
if (someCondition) {
Response.Redirect("/login");
return;
}
}
}
<!DOCTYPE html>
....

最佳答案

我相信这可能是一个重复的问题,简短的回答是:

return; 完全有效从 cshtml 中;但是通常有更好的方法。

资料来源:

  • Abort/skip/cancel the rendering of a Razor view
  • ASP.NET MVC3 Razor - How to conditionally quit or end or return or break a partial view?
  • Is 'Exit Sub' from within a razor view a concern?
  • 关于asp.net-mvc - 如何在 cshtml 中停止 ASP.NET MVC View 渲染?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31033318/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com