谢谢。
var targets = new Dictionary<string,string>(); targets.Add("Key","Value"); ViewData["MyList"] = new SelectList(targets,"Key","Value");