Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

Async ActionResult

$
0
0

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?


Viewing all articles
Browse latest Browse all 9076

Trending Articles