Support for WebApi other than Mvc
Opened this issue · 0 comments
jkone27 commented
Hi, could it be possible to include the extension?
.Action(controller => controller.Method())
support for WebApi also?
I see it works for MVC (System.Web.Mvc) - Controller
but not for WebApi (System.Web.Http) - ApiController