gpt4 book ai didi

asp.net-mvc - Html.BeginForm 和 HTML 属性不指定 Controller 和操作

转载 作者:行者123 更新时间:2023-12-01 23:30:08 25 4
gpt4 key购买 nike

我喜欢干净整洁

using (Html.BeginForm())

并且讨厌添加 HTML 属性需要指定 Controller 、操作和表单方法。

using (Html.BeginForm("Action", "Controller", FormMethod.Post,
new { id = "inactivate-form" })

有没有办法使用 Html.BeginForm 并为表单指定 HTML 属性,而无需手动连接其他所有内容?

最佳答案

为什么不直接使用纯 html?

<form id="inactivate-form" method="post" >
</form>

关于asp.net-mvc - Html.BeginForm 和 HTML 属性不指定 Controller 和操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1786610/

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