Click or drag to resize

IJavascriptNameConverterConvertReturnedObjectPropertyAndFieldToNameJavascript Method

Version 86.0.240
This method exists for backwards compatability reasons, historically only the bound methods/fields/properties were converted. Objects returned from a method call were not translated. To preserve this functionality for upgrading users we split this into two methods. Typically thie method would return the same result as [!:ConvertToJavascript(string)] Issue #2442

Namespace:  CefSharp.JavascriptBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
string ConvertReturnedObjectPropertyAndFieldToNameJavascript(
	MemberInfo memberInfo
)

Parameters

memberInfo
Type: System.ReflectionMemberInfo
property/field/method

Return Value

Type: String
javascript name
See Also