Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Created April 13, 2018 21:59
Show Gist options
  • Save gskachkov/daa3baa682e2c99da809360afdba8ace to your computer and use it in GitHub Desktop.
Save gskachkov/daa3baa682e2c99da809360afdba8ace to your computer and use it in GitHub Desktop.
const log = Blazor.platform.findMethod(
'BlazorExport', // Assembly name
'BlazorExport', // Namespace
'Helpers', // Class name
'Log' // Method name
);
log('Invoke from JS');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment