aspnetcore/src/Microsoft.AspNet.Mvc.ModelB.../Internal
sornaks 5fa8a91111 -Issue #913 - Model-binding is being case-sensitive when binding Url data to Enum parameter.
Fix: Using TypeConverter solves this problem.
-Issue #1123 - TypeConverterModelBinder cannot bind "byte" and "short".
Fix: Modified code to use TypeConverter which can handle these scenarios.
-Removing the GetConverterDelegate method and making the code similar to the WebApi.
2014-10-14 15:36:52 -07:00
..
CollectionExtensions.cs Cleaning up StyleCop errors 2014-06-04 13:28:30 -07:00
CollectionModelBinderUtil.cs Cleaning up StyleCop errors 2014-06-04 13:28:30 -07:00
DictionaryHelper.cs More Stylecop cleanup for ModelBinding and Razor 2014-06-09 14:27:12 -07:00
EfficientTypePropertyKey.cs
ModelBindingHelper.cs Limit the maximum number of Model errors to a reasonable value. 2014-09-16 09:57:00 -07:00
PrefixContainer.cs Cleaning up StyleCop errors 2014-06-04 13:28:30 -07:00
TypeHelper.cs -Issue #913 - Model-binding is being case-sensitive when binding Url data to Enum parameter. 2014-10-14 15:36:52 -07:00