Property CamelCase
- Namespace
- DotNetBrowser.Frames.Handlers
- Assembly
- DotNetBrowser.dll
CamelCase
Creates a ConvertJsNameResponse that converts the name to CamelCase (the first letter of the name is lower case).
public static ConvertJsNameResponse CamelCase { get; }
Property Value
- ConvertJsNameResponse
The ConvertJsNameResponse instance that can be used as a return value in ConvertJsNameHandler implementation.