错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

JavaScript Interoperability

  • Peter Himschoot

摘要

Sometimes, there is just no escape from using _JavaScript_. For example, Blazor itself uses JavaScript to update the browser’s _DOM_ from your Blazor components. In this chapter, you will look at interoperability with JavaScript, and as an example, you will build a Blazor component library to display a map using a popular open source JavaScript library. This chapter does require you to have some basic JavaScript knowledge.