Grids
Example of DropDownListFor in ASP.NET Core Dropdown List Control
This sample demonstrates the strongly-typed extension support in Dropdown List
. The value of Dropdown List is set from code behind and it is set to Dropdown List in view page by invoking the strongly-typed DropdownListForFor helper.
Click the submit button to post the selected value in the Dropdown List. When posting the null value, validation error message will be shown below the Dropdown List.