Make RenderController Index action async #17562
Closed
umbracotrd
started this conversation in
Features and ideas
Replies: 2 comments
-
It is mentioned in docs here how to used You would need to hide the default inherited action with
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @bjarnef , I should've rtfm 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
RenderController.cs
>Index
action is synchronous which prevents the derived classes call async methods insideIndex
method.There was a discussion in the forum a while ago and there were few hacky ways to do it but this era of asynchronous programming, I think it would be nice that umbraco cms supports this out of the box.
Beta Was this translation helpful? Give feedback.
All reactions