var items = new Dictionary<string, int> { { "値1", 1 }, { "値2", 2 }, { "値3", 3 } }; var selectList = new SelectList(items, "Value", "Key");.
確定! 回上一頁