views:

79

answers:

1

I don't know what to use in place of it?

+3  A: 

Looks like it has been replaced with SetModelValue. The source code for RC1 is up at http://www.codeplex.com/aspnet/SourceControl/ListDownloadableCommits.aspx

tvanfosson
Note also that the signature changed. If you are looking for a ValueProviderResult to pass in as an argument, you can get one from the dictionary provided on Controller.ValueProvider or ModelBindingContext.ValueProvider. These dictionaries contain values from the form, query string, and route.
Levi