Call 3rd party function(Unlayer) from Blazor Server App
I tried to call a 3rd party function(Unlayer) using a js file in Blazor Server App. and it doesn't return any value(null). I tried also to put the return inside exportHtml and use string in InvokeAsync but no luck. Any ideas? Thank you.