IJavascriptObjectRepository.NameConverter Property (original) (raw)
IJavascriptObjectRepositoryNameConverter Property
Version 118.6.80
Converted .Net method/property/field names to the name that will be used in Javasript. Used for when .Net naming conventions differ from Javascript naming conventions.
Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
IJavascriptNameConverter NameConverter { get; set; }
property IJavascriptNameConverter^ NameConverter { IJavascriptNameConverter^ get (); void set (IJavascriptNameConverter^ value); }
Property Value
Type: IJavascriptNameConverter
See Also