Skip to content

Instantly share code, notes, and snippets.

@EdCharbeneau
Last active August 29, 2018 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EdCharbeneau/4f1b681b266cf221f09eafeac074fd59 to your computer and use it in GitHub Desktop.
Save EdCharbeneau/4f1b681b266cf221f09eafeac074fd59 to your computer and use it in GitHub Desktop.
Working with the Blazor JavaScript Interop 2
window.myNamespace = {
showPrompt: function (message) {
return prompt(message, 'Type anything here');
},
anotherFunction: function(args) { 
// do stuff 
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment