How to create a List in a controller using enum

后端 未结 0 2030
遥遥无期
遥遥无期 2021-02-02 11:42

Controller

        public ActionResult Index()
        {
            var view = new FruitVM();
            ViewBag.SelectFruitList = GetFruitList();
            r         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题