Hi
I have this a method: public override ActionResult Index(someobject)
Which I want to turn into: public async Task<ActionResult> Index(someobject)
However above does not work.
Anyone got an idea to how to have async actionresult methods in episerver?