About 50 results
Open links in new tab
  1. ASP.NET Core Blazor JavaScript interoperability (JS interop)

    Nov 21, 2025 · A Blazor app can invoke JavaScript (JS) functions from .NET methods and .NET methods from JS functions. These scenarios are called JavaScript interoperability (JS interop). …

  2. ASP.NET Core Blazor JavaScript interoperability (JS interop ...

    Nov 12, 2025 · Tips for improving JS interop performance in ASP.NET Core Blazor apps and avoiding common performance problems.

  3. Call .NET methods from JavaScript functions in ASP.NET Core Blazor

    Nov 12, 2025 · As an alternative to interacting with JavaScript (JS) in client-side components using Blazor's JS interop mechanism based on the IJSRuntime interface, a JS [JSImport] / [JSExport] …

  4. Call JavaScript functions from .NET methods in ASP.NET Core Blazor

    Nov 21, 2025 · As an alternative to interacting with JavaScript (JS) in client-side components using Blazor's JS interop mechanism based on the IJSRuntime interface, a JS [JSImport] / [JSExport] …

  5. JavaScript `[JSImport]`/`[JSExport]` interop in .NET WebAssembly

    This article explains how to interact with JavaScript (JS) in client-side WebAssembly using JS [JSImport] / [JSExport] interop (System.Runtime.InteropServices.JavaScript API).

  6. Microsoft.JSInterop Namespace | Microsoft Learn

    Contains infrastructure for making method calls between .NET and JavaScript in Blazor applications.

  7. JavaScript JSImport/JSExport interop with ASP.NET Core Blazor

    Nov 12, 2025 · This article explains how to interact with JavaScript (JS) in client-side components using JavaScript (JS) [JSImport] / [JSExport] interop API. For additional information and examples, see …

  8. JavaScript ` [JSImport]`/` [JSExport]` interop with a WebAssembly ...

    May 15, 2025 · Learn how to run .NET from JavaScript with [JSImport]/ [JSExport] interop in a WebAssembly Browser App project.

  9. JavaScript location in ASP.NET Core Blazor apps

    Dec 12, 2025 · Inline JavaScript isn't recommended for Blazor apps. We recommend using JS collocation combined with JS modules.

  10. ASP.NET Core Blazor JavaScript 互操作性 (JS interop)

    Blazor 應用程式可以從 .NET 方法中呼叫 JavaScript (JS) 函式,也可以從 JS 函式中呼叫 .NET 方法。 這些案例稱為 JavaScript 互通性 (JS interop)。 下列文章提供進一步的 JS 互操作性指引: 從 …