【发布时间】:2022-01-15 21:08:24
【问题描述】:
有没有办法将所选项目重定向到特定站点? Here's a pic that would help me explaining the problem
每当带有 title1 和 author1 的书上的价格按钮时,我希望它将我发送到 site1 并且每当单击带有 title2 和 author2 的书上的价格按钮时,我希望它发送到 site2。 这是超链接代码:
<a href="#?id=@item.Id" style="margin:0 10px"> Price </a>
实现这一目标的最佳方法是什么?如果需要,我可以提供更多代码。
【问题讨论】:
标签: c# html asp.net .net asp.net-mvc