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