JSMarshaller.AutoCamelCase property
Gets or sets a value indicating whether the marshaller automatically converts casing between TitleCase .NET member names and camelCase JavaScript member names.
C#
public bool AutoCamelCase { get; set; }
See Also
- class JSMarshaller
- namespace Microsoft.JavaScript.NodeApi.DotNetHost