Select (i => new SelectListItem { Value = i, Text = i, Selected = i.Equals(tableName) });. return View(tableList);. here is my VIEW:.
確定! 回上一頁