net9.0
namespace Microsoft.JSInterop
{
public interface IJSUnmarshalledRuntime
{
[Obsolete("This method is obsolete. Use JSImportAttribute instead.")]
TResult InvokeUnmarshalled<TResult>(string! identifier);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
Information specific to net9.0 | |
Assembly | Microsoft.JSInterop , Version=8.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.JSInterop net8.0 |
Obsolete | This method is obsolete. Use JSImportAttribute instead. |
Platform Restrictions | This API is supported on all platforms. |