This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Description
Microsoft.AspNet.Mvc.ModelBinding.TypeConverterModelBinder should bind byte and short types.
I think method Microsoft.AspNet.Mvc.ModelBinding.ValueProviderResult.GetConverterDelegate(Type destinationType) should cover this types.
Minimal repro steps
- Create model with
byte or short property.
- Try to databind this model.