@Html.Label("lblLeadOwner", Convert.ToString(ViewData["lblLeadOwner"]), new { id = "lblleadowner" })@Html.Label("lblLeadOwner", item.LeadOwner, new { id = "lblleadowner" })
有一个问题。我使用K-MVC在我的项目中添加新空缺{ viewModel.AllTechnologies = (from t in _serviceClient.GetTechnologies() select t.Name).ToList();}
public ActionResult AddVacancy(VacancyViewModel viewMo