Microsoft.JSInterop.Implementation Namespace

Contains base classes and infrastructure used by platforms implementing JS interop support. Types in this namespace should not normally be used directly from application code.

Classes

JSInProcessObjectReference

Implements functionality for IJSInProcessObjectReference.

JSObjectReference

Implements functionality for IJSObjectReference.

JSObjectReferenceJsonWorker

Used by JsonConverters to read or write a IJSObjectReference instance.

This type is part of ASP.NET Core's internal infrastructure and is not recommended for use by external code.

JSStreamReference

Implements functionality for IJSStreamReference.

Remarks

For more information about JavaScript interop in Blazor applications, Call JavaScript functions from .NET methods in ASP.NET Core Blazor and Call .NET methods from JavaScript functions in ASP.NET Core Blazor.