As per this question here, ASP.NET MVC Pass object from Custom Action Filter to Action
, (which is for MVC), is there a similar object that we can add items or values to from within
public override void OnActionExecuting(HttpActionContext actionContext)
{
}
, (which is for WebAPI), and access it seconds later in the Controller's action method itself ?