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

Add ModelBinderAttribute #1394

Closed
rynowak opened this issue Oct 17, 2014 · 1 comment
Closed

Add ModelBinderAttribute #1394

rynowak opened this issue Oct 17, 2014 · 1 comment
Assignees
Milestone

Comments

@rynowak
Copy link
Member

rynowak commented Oct 17, 2014

We need to add ModelBinderAttribute to the core framework.

This is an attribute that allows a user to specify a specific model binder for a type by attributing a type, or parameter. With uberbinding it probably also means properties are allowed. The attribute specifies a model binder by type.

There's a version checked in to webapi, but it only serves to mark a type as model-bound, an doesn't allow you to specify the binder.

The legacy WebAPI version has a few more knobs. We should investigate if they are relevant.

@rynowak
Copy link
Member Author

rynowak commented Dec 6, 2014

e9bcc3f

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants