Skip to content

JSRuntimeContext.Current property

Gets the current runtime context.

C#
public static JSRuntimeContext Current { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionNo runtime context was set for the current thread.

See Also

Released under the MIT license