This syntax should do the trick (note the () instead of {}):
<option value="@( (Int16) PhoneType.Work )">@PhoneType.Work</option>
This syntax should do the trick (note the () instead of {}):
<option value="@( (Int16) PhoneType.Work )">@PhoneType.Work</option>