Skip to content
Advertisement

Tag: blazor-jsinterop

JSInvokable Blazor method not being called

I’m trying to invoke a Blazor method in JavaScript inside of an OnSuccess callback for the Plaid API. Here’s the JavaScript that’s being run: Here’s the Blazor code being used: The Blazor method InitializePlaid is being called to invoke the JS method InitializePlaidLink. Then, on success, the Blazor method OnPlaidLink Success should be called. I used log statements to confirm

Advertisement