Resolving HttpControllerContext with Castle Windsor

前端 未结 2 2129
执笔经年
执笔经年 2020-12-03 04:41

In the ASP.NET Web API, HttpControllerContext instances provide a lot of information about the current environment, including the URI of the current request.

If a se

2条回答
  •  Happy的楠姐
    2020-12-03 05:11

    Just for the sake of completeness, an answer I got from Krzysztof Koźmic (the current maintainer of Castle Windsor) on Twitter indicated that the method outlined in the question is, indeed, the correct way of achieving this particular goal.

    (However, I can't link to that tweet, since Krzysztof's twitter account is protected (tweets are not publicly visible.))

提交回复
热议问题