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

Augment binding action parameters: Introduce FromHeader and FromServices at action parameter level. #38

Closed
pranavkm opened this issue Mar 4, 2014 · 3 comments
Assignees
Milestone

Comments

@pranavkm
Copy link
Contributor

pranavkm commented Mar 4, 2014

The ParameterBindingAttribute type in WebAPI allows you to specify how a parameter's value is specified. We need to figure out where this type exists, how it is discovered etc.

@JaneZhouQ JaneZhouQ added this to the Post Alpha milestone May 14, 2014
@yishaigalatzer yishaigalatzer removed this from the Post Alpha milestone May 23, 2014
@pranavkm pranavkm self-assigned this Jun 12, 2014
@danroth27 danroth27 added this to the 1.0.0-beta1 milestone Jul 2, 2014
@pranavkm pranavkm assigned harshgMSFT and unassigned pranavkm Jul 10, 2014
@yishaigalatzer yishaigalatzer changed the title Support ParameterBindingAttribute Augment binding in controller and action parameters Aug 21, 2014
@harshgMSFT harshgMSFT changed the title Augment binding in controller and action parameters Augment binding action parameters: Introduce FromHeader and FromServices at action paramter level. Oct 16, 2014
@harshgMSFT
Copy link
Contributor

Changing the bug title. We are already taking care of
FromBody, FromForm, FromQuery and FromRouteData attributes for action parameters. #860
The workitem remaining is

  1. Support FromHeader, FromServices for Action Arguments Augment binding action parameters: Introduce FromHeader and FromServices at action parameter level. #38
  2. Support all these attributes at a property level. (Including controller properties.). Enable FromBody, FromForm, FromQuery, FromHeader, FromServices and FromRouteData attributes for model properties . #801

@rynowak
Copy link
Member

rynowak commented Oct 16, 2014

Feel free to edit the top-level comment for visibility on what work this tracks. You can make pranav say all kinds of things!

@rynowak rynowak modified the milestones: 6.0.0-rc1, 6.0.0-beta1 Oct 17, 2014
@harshgMSFT
Copy link
Contributor

This is already done.

@yishaigalatzer yishaigalatzer changed the title Augment binding action parameters: Introduce FromHeader and FromServices at action paramter level. Augment binding action parameters: Introduce FromHeader and FromServices at action parameter level. Jan 12, 2015
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

6 participants