Turn OFF Camel Casing #3875
brianrhody
started this conversation in
General
Replies: 1 comment
-
Set the property to null for no conversation, use a built in converter or implement your own. chromiumWebBrowser.JavascriptObjectRepository.NameConverter = null; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm updating an old application and the methods called from javascript are all upper cased and the defaulting to camel case is resulting in my having to update a lot of javascript.
Is there any way to turn OFF the camel casing?
Beta Was this translation helpful? Give feedback.
All reactions