ASP.NET Core MVC Enums with Select TagHelper



ASP.NET Core MVC Enums with Select TagHelper

ASP.NET Core MVC Enums with Select TagHelper

You know well, why we need Enum. If you bind fixed Data then you can use Enum type rather than database. So, this Video tutorial contains ways to bind Dropdownlist in ASP.NET CORE 1.1

Video Contain three way
1. Bind Enum with select TagHelper like Html.GetEnumSelectList name of the Enumeration property.
2. Simple Html bind with select option.
3. Get the value using Enum. GetValues method