关于[Using Blazor JavaScript Isolation with Library Manager]的摘要:
One of the new features in .NET 5 for Blazor is isolated JavaScript. It means that you can have JavaScript that is only for a specific component. It is also a fantastic way for component developers to include JavaScript into their libraries so the developers using their library will not have to add the JavaScript themselves.