I\'m creating a custom model binder in an Mvc application and I want to parse a string to an enumeration value and assign it to the model property. I have got it working overrid
I think SetProperty takes actual value to set as the last parameter.