VBにはほとんどコードがありません。誰かが私にこのC#コードのVBに相当することを教えてもらえますか?htmlヘルパーASP.NET言語MVCドロップダウンリスト(VB言語の.aspx)
Thxを...あなたのSelectListのため
<%= Html.DropDownList("WillAttend", new[] {
new SelectListItem { Text = "Yes, I'll be there",
Value = bool.TrueString },
new SelectListItem { Text = "No, I can't come",
Value = bool.FalseString }
}, "Choose an option") %>
%> ) 『オプションを選択してください「、} bool.FalseString} =、 値』を来ることができません役に立った –