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.

Revive ByteArrayModelBinder #728

@kevinchalet

Description

@kevinchalet

MVC vPrevious (:trollface:) was able to bind byte[] properties thanks to its special ByteArrayModelBinder.

In MVC 6, ByteArrayModelBinder has not been ported yet and byte[] properties cannot be bound correctly: the bytes array is instantiated but its length is incorrect (always 1) and doesn't reflect the base64-encoded string created by the HTML helpers and retrieved by the value providers.

Please consider porting ByteArrayModelBinder.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions