I'm trying to understand c# ASP.NET MVC4 and keep coming across SelectList
. I can't seem to find an explanation of what it is, other that this:
http://msdn.microsoft.com/en-us/library/system.web.mvc.selectlist%28v=vs.108%29.aspx
Can anyone give a simple explanation of it, and show how to use it?