Imagine I have an enumeration such as this (just as an example):
public enum Direction{ Horizontal = 0, Vertical = 1, Diagonal = 2 }
In ASP.NET Core MVC this is done with tag helpers.