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

Add HttpRequestMessageModelBinder to bind action parameters #1281

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

Add HttpRequestMessageModelBinder to bind action parameters #1281

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

Comments

@rynowak
Copy link
Member

rynowak commented Oct 8, 2014

This is a model binder that will automatically bind an HttpRequestMessage parameter.

@rynowak rynowak added this to the 6.0.0-beta1 milestone Oct 8, 2014
@rynowak rynowak self-assigned this Oct 8, 2014
rynowak added a commit that referenced this issue Oct 9, 2014
This change adds a ModelBinder that can bind an HttpRequestMessage to an
action parameter.

This builds on an earlier change to construct and store the request
message in the HttpContext via an http feature.
rynowak added a commit that referenced this issue Oct 9, 2014
This change adds a ModelBinder that can bind an HttpRequestMessage to an
action parameter.

This builds on an earlier change to construct and store the request
message in the HttpContext via an http feature.
rynowak added a commit that referenced this issue Oct 9, 2014
This change adds a ModelBinder that can bind an HttpRequestMessage to an
action parameter.

This builds on an earlier change to construct and store the request
message in the HttpContext via an http feature.
rynowak added a commit that referenced this issue Oct 9, 2014
This change adds a ModelBinder that can bind an HttpRequestMessage to an
action parameter.

This builds on an earlier change to construct and store the request
message in the HttpContext via an http feature.
rynowak added a commit that referenced this issue Oct 10, 2014
This change adds a ModelBinder that can bind an HttpRequestMessage to an
action parameter.

This builds on an earlier change to construct and store the request
message in the HttpContext via an http feature.
@rynowak
Copy link
Member Author

rynowak commented Oct 10, 2014

Merged to webapi-feature 950cdb2

@rynowak rynowak closed this as completed Oct 10, 2014
rynowak added a commit that referenced this issue Oct 10, 2014
This change adds a ModelBinder that can bind an HttpRequestMessage to an
action parameter.

This builds on an earlier change to construct and store the request
message in the HttpContext via an http feature.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant