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.
以下のように @using ブロックで @Html.BeginForm() を囲むのはなぜだろうと思っていました。@using ブロックを使用しなくても問題ありませんか?
@using (Html.BeginForm()) { }