Constructor Dependency Injection WebApi Attributes
问题 I have been looking around for a non Parameter injection option for the WebApi attributes. My question is simply whether this is actually possible using Structuremap? I have been googling around but keep coming up with either property injection (which I prefer not to use) or supposed implementations of constructor injection that I have thus far been unable to replicate. My container of choice is Structuremap however any example of this will suffice as I am able to convert it. Anyone ever