1 implementation of Value
Microsoft.JSInterop (1)
DotNetObjectReferenceOfT.cs (1)
76object IDotNetObjectReference.Value => Value;
2 references to Value
Microsoft.JSInterop (2)
Infrastructure\DotNetDispatcher.cs (2)
191return methodInfo.Invoke(objectReference?.Value, suppliedArgs); 383var type = objectReference.Value.GetType();