JSObject
IsDisposed
Dispose()
GetPropertyAsBoolean(String)
GetPropertyAsByteArray(String)
GetPropertyAsDouble(String)
GetPropertyAsInt32(String)
GetPropertyAsJSObject(String)
GetPropertyAsString(String)
GetTypeOfProperty(String)
HasProperty(String)
SetProperty(String, Boolean)
SetProperty(String, Byte[])
SetProperty(String, Double)
SetProperty(String, Int32)
SetProperty(String, JSObject)
SetProperty(String, String)
net9.0
namespace System.Runtime.InteropServices.JavaScript
{
[SupportedOSPlatform("browser")]
public class JSObject : IDisposable
{
public bool GetPropertyAsBoolean(string! propertyName);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Design Reviews |
|
.NET | 7.08.09.0 |
Information specific to net9.0 | |
Assembly | System.Runtime.InteropServices.JavaScript , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API