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

TypeConverterModelBinder cannot bind "byte" and "short" #1123

Closed
@anfomin

Description

@anfomin

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

  1. Create model with byte or short property.
  2. Try to databind this model.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions