JSRuntime is not registered Blazor



我有一个Blazor-Wasm项目,当我想注入JSRuntime 时

@inject JSRuntime js

我收到以下错误:">无法为类型为"BlazorApp.Pages.Page"的属性"js"提供值。没有类型为"Microsoft.JSInterop.JSRuntime"的注册服务">

JSRuntime默认情况下没有注册吗?如何注册?

感谢

您需要注入IJSRuntime,而不是JSRuntime

尝试

@inject IJSRuntime JSRuntime

方法中以CCD_ 3为对象。

相关内容

  • 没有找到相关文章

最新更新