Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
内部に 3 つのボタンがある Html.BeginForm があります。送信ボタン(フォームを送信する必要があります)と、実際にはトグルである他の2つのボタンですが、フォームを送信し続けます。何か案は?
<input type="button">の代わりに使用<input type="submit">
<input type="button">
<input type="submit">