mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2026-01-12 03:00:02 +01:00
3 lines
119 B
JavaScript
3 lines
119 B
JavaScript
|
|
window.callreferencenetfromjs = (dotNetHelper) => {
|
|||
|
|
return dotNetHelper.invokeMethodAsync('GetHelloMessage');
|
|||
|
|
};
|