Proper way to call async method from component property – Asp.net
When consuming a component in another razor component, there is usually a need to call async methods triggered by an EventCallback property, onClick for instance. Is there any particular way to call it to assure asynchronicity? Let's assume the following…