Top "Model-binding" questions

Model Binding is a feature of ASP.

Use custom ASP.NET MVC IValueProvider, without setting it globally?

I want to be able to grab keys/values from a cookie and use that to bind a model. Rather …

asp.net-mvc model-binding modelbinders value-provider
Is it possible to use Web API model validation on query parameters?

I am currently trying to write a Web API application where one of the parameters I'd like to validate is …

c# asp.net asp.net-mvc model-binding model-validation
ASP.Net MVC3 Parent Child Model Binding

I have a partial template that uses a User object as a model. The user has a collection of Accounts. …

asp.net-mvc-3 razor model-binding defaultmodelbinder
Finding custom attributes on view model properties when model binding

I've found a lot of information on implementing a custom model binder for validation purposes but I haven't seen much …

asp.net-mvc custom-attributes model-binding
MVC2 TextBoxFor value not updating after submit?

This is a really strange behavior, and I've set up some demo code to try to figure out what's going …

c# asp.net-mvc asp.net-mvc-2 model-binding
Nancy Model Binding

Hi I'm learning Nancy and I'm trying to bind to a model, but I'm getting the error: Error 8 'NancyFxTutorial.CarModule' …

c# model-binding nancy
DataContract model binding to JSON in ASP.NET MVC Action Method Arguments

MVC3 comes out of the box with JsonValueProviderFactory() which is very handy for binding incoming JSON to a model. Unfortunately, …

c# asp.net-mvc-3 datacontractserializer modelbinders model-binding