This repository was archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add HttpRequestMessageModelBinder to bind action parameters #1281
Comments
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.
Merged to webapi-feature 950cdb2 |
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.
This is a model binder that will automatically bind an
HttpRequestMessage
parameter.The text was updated successfully, but these errors were encountered: