BindingOptionsCamelCaseJavascriptNames Property |
Version 83.4.2
Camel case the javascript names of properties/methods, defaults to true
If
NameConverter is not null then this property will be ignored.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 83.4.2.0 (83.4.2.0)
Syntax public bool CamelCaseJavascriptNames { get; set; }
public:
property bool CamelCaseJavascriptNames {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also