so I'm trying to understand how this works a bit better, but when I use
html.dropdownlistfor(model => item.Location ....
this is considered ok, but if I try to do
html.dropdownlistfor( () => item.Location ....
The function doesn't take it. Is there a particular reason this doesn't work?