Template Documentation
DropDownHelperGetDropdown Method |
Overload List
Name | Description | |
---|---|---|
GetDropdown(IEnumerableString, Int32) |
Generate a list of SelectListItem using a normal list of String as key and value
| |
GetDropdownT(IEnumerableT, FuncT, String, FuncT, String, Int32) |
Generate a list of SelectListItem
| |
GetDropdownT(IEnumerableT, FuncT, String, FuncT, String, FuncT, String, Char, Int32) |
Generate a list of SelectListItem using two attributes of the model as text to display it on the dropdown
|
See Also