How do I get the Selected Value of a DropDownList in ASP.NET Core MVC App

前端 未结 0 976
清歌不尽
清歌不尽 2020-12-16 02:10

I have literally the following dropdownlist in my view:

@{
    var listado = new List()
       {
                   new SelectListItem()         


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