Click or drag to resize

ConvertJsNameResponseCamelCase Property

Creates a ConvertJsNameResponse that converts the name to CamelCase (the first letter of the name is lower case).

Namespace:  DotNetBrowser.Frames.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.3
Syntax
C#
public static ConvertJsNameResponse CamelCase { get; }

Return Value

Type: ConvertJsNameResponse
The ConvertJsNameResponse instance that can be used as a return value in ConvertJsNameHandler implementation.
See Also