gpt4 book ai didi

javascript - 将控件标签更改为按钮以访问 Razor View 中的我的条款和条件页面

转载 作者:行者123 更新时间:2023-11-28 05:47:29 27 4
gpt4 key购买 nike

您好,我需要将此标签更改为按钮以链接到我网站上的条款和条件页面。现在它是一个标签并选中旁边的“同意”框以表明用户已同意条款。我希望它是一个按钮显示条款,如果该人同意条款,则可以勾选标签旁边的“同意”框。我是 Razor Views 的新手,我不确定如何继续。

谢谢

<div class="form-group">
@Html.LabelFor(model => model.AgreedToTerms, htmlAttributes: new { @class = "control-label col-md-2" })
<div class="col-md-3">
@Html.EditorFor(model => model.AgreedToTerms)
@Html.ValidationMessageFor(model => model.AgreedToTerms)
</div>
</div>

最佳答案

按钮对于 MVC 和路由到另一个页面可能不太理想,我建议使用操作链接。

尝试使用@Html.ActionLink,将操作的名称和处理该操作的 Controller 传递给它,这可以将用户发送到 AgreedToTerms 页面。

关于javascript - 将控件标签更改为按钮以访问 Razor View 中的我的条款和条件页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38383784/

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