gpt4 book ai didi

c# - 在 MVC Controller 的新选项卡中打开 URL

转载 作者:行者123 更新时间:2023-12-04 21:56:47 26 4
gpt4 key购买 nike

关闭。这个问题需要details or clarity .它目前不接受答案。












想改善这个问题吗?通过 editing this post 添加详细信息并澄清问题.

6年前关闭。




Improve this question




如何根据成功条件在 MVC Controller 的新选项卡/窗口中打开 URL。我可以通过 C# 代码的帮助实现它,而无需编写 javascript 吗?

最佳答案

这不能从 Controller 完成,而是从你的 Razor View :

@Html.ActionLink("linkText", "Action", new {controller="ControllerName"}, new {target="_blank"})

关于c# - 在 MVC Controller 的新选项卡中打开 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29270443/

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