Skip to content

JSInterface.GetJSValue method

Gets the JS value for a .NET object, if the object is a proxy to a JS object that implements a .NET interface.

C#
public static JSValue? GetJSValue(object obj)

See Also

Released under the MIT license