Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Last active April 13, 2018 21:51
Show Gist options
  • Save gskachkov/a810c326b590889c5c87e41b26d3b0c1 to your computer and use it in GitHub Desktop.
Save gskachkov/a810c326b590889c5c87e41b26d3b0c1 to your computer and use it in GitHub Desktop.
public static void TriggerJsConsoleLog()
{
RegisteredFunction.Invoke<bool>(
"JavaScriptConsoleLog",
"Invoked from Blazor");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment