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.
List オブジェクトを定義しようとすると、「T」の代わりにタグ名が挿入されるのはなぜですか?
@ の後のすべてのコードを括弧で囲む必要があります。
<td>@(Html.DropDownList("yyy", new SelectList(new List<string>{"",""})))</td>