gpt4 book ai didi

ajax - 如何通过单击 MVC 中的 html 操作链接打开一个新的弹出窗口?

转载 作者:行者123 更新时间:2023-12-04 17:25:54 24 4
gpt4 key购买 nike

我有一个 View 页面,其中有一个 HTML ActionLink。现在单击该操作链接,我想打开一个新的弹出窗口而不关闭上一个。在这个新的弹出窗口中,我想显示我现有的 View 页面。请给我一个更好的解决方案。

最佳答案

使用 htmlAttributes parameter 指定 HTML 'target' 属性.在 Razor 中:

@Html.ActionLink("New Window", "Index", null, new { target= "_blank" })

在 ASPX 语法中:
<%= Html.ActionLink("New Window", "Index", null, new { target= "_blank" }) %>

关于ajax - 如何通过单击 MVC 中的 html 操作链接打开一个新的弹出窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9765701/

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