Harsh Gupta
6b2f331e8d
Adding support for excluding types for validation, based on type names for body bound models.
2014-11-06 11:00:50 -08:00
Ryan Nowak
0ccfcc4316
Fix for breaking API change from routing
2014-10-31 18:23:19 -07:00
Ryan Nowak
61f218c8e4
Renaming IBinderMarker and friends to some more descriptive names.
2014-10-17 20:32:03 -07:00
sornaks
53379e4395
Issue #1206 - DefaultBodyModelValidator throws if get accessor throws.
...
Fix: The MvcOptions takes in a list of ExcludeFromValidationDelegate (Func<Type,bool>). This func verifies if the type is excluded in validation or not.
2014-10-16 16:09:30 -07:00
Harsh Gupta
8f933b2ac3
[Fixefor #860 ]- Adding Support for [FromFormData] [FromQuery] and [FromRoute],
...
also updates FromBody to use the new pattern for model binding.
2014-10-16 10:20:15 -07:00