Exclude/Remove Value from MVC 5.1 EnumDropDownListFor

前端 未结 5 1743
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 06:01

I have a list of enums that I am using for a user management page. I\'m using the new HtmlHelper in MVC 5.1 that allows me to create a dropdown list for Enum values. I now h

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-13 06:54

    I was looking for the answer to this question as it relates to .NET Core MVC. Given the following code, you can limit the enums you do not want to display within the UI:

    
    

    Hope this helps anyone else looking for this answer.

提交回复
热议问题