2017-05-19 13 views

答えて

1

使用:

@Html.DropDownList("MyType", 
    EnumHelper.GetSelectList(typeof(MyType)) , 
    "Select My Type", 
    new { @class = "form-control" }) 
関連する問題