mirror of
https://github.com/rudollee/LearningMVC.git
synced 2025-07-02 20:26:12 +00:00
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
@model HelperMethods.Models.Role
|
|
|
|
@Html.DropDownListFor(m => m, new SelectList(Enum.GetNames(Model.GetType()), Model.ToString()))
|
|
|