关于[Communicating between .NET and JavaScript in Blazor with in-browser samples]的摘要:
The success of Blazor relies heavily upon how well it can integrate with the existing rich JavaScript ecosystem. The way Blazor allows you to integrate, is by enabling you to call JavaScript functions from Blazor and .NET functions from JavaScript. This is also referred to as 'JavaScript interoperability'. The JavaScript interoperability API's provided by Microsoft live under Microsoft.JSInterop namespace.