Microsoft.JSInterop.Implementation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.