Asp.net MVC Dropdown selected value

How to get selected item in asp.net drop down list using asp.net mvc? If you are struggling with how to show selected value in asp.net Drop down list using asp.net mvc then following code may be helpful. Asp.net MVC Controller Code /// /// Sets the drop down private void setDropDown(Company company) { ICountryRepository countryRepository = [...]