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.
私はアンケートのようなものを持っていて、ユーザーに特定の質問に対する一連の回答から 1 つのオプションを選択してもらいたいと考えています。これが私が話していることの例です。
ラジオボタン[1]
これは、コードで html ヘルパーを使用している場合に役立ちます。
@Html.RadioButton("rbGrp", "1", true )<label>Option 1</label> @Html.RadioButton("rbGrp", "2", false )<label>Option 2</label>