Skip to content

JSProxy.Handler.Name property

Gets the name that was given to the handler (for diagnostic purposes), or null if no name was assigned.

C#
public string? Name { get; }

See Also

Released under the MIT license