mirror of
https://github.com/rudollee/LearningMVC.git
synced 2025-06-08 00:16:14 +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()))
|
|
|