modelbinders Questions
3
Solved
The behavior described here appears to now be the default for ASP.NET MVC 2 (at least for Preview 1).
When modelbinding a querystring like this :
?Foo=&Bar=cat
The following binding occur...
Gonsalves asked 11/8, 2009 at 23:40
1
Solved
I'm having some difficulty writing some Unit Tests to test a custom ModelBinder that I created. The ModelBinder I'm trying to Unit Test is the JsonDictionaryModelBinder that I posted here.
The pro...
Earnestineearnings asked 3/7, 2009 at 22:7
1
Solved
I don't seem to be able to find any authoritative, up-to-date (i.e. for 1.0 final) documentation for the capabilities of the standard model-binder in ASP.NET MVC, particularly with respect to bindi...
Cundiff asked 26/4, 2009 at 18:50
2
I am trying to write a custom model binder but I'm having great difficulty trying to figure how to bind complex composite objects.
this is the class I'm trying to bind to:
public class Fund
{
pu...
Monday asked 3/4, 2009 at 16:14
© 2022 - 2024 — McMap. All rights reserved.