Click or drag to resize

ConvertJsNameResponseConvertTo Method

Creates a ConvertJsNameResponse that sets the custom name for binding or executing JavaScript.

Namespace:  DotNetBrowser.Frames.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
Syntax
C#
public static ConvertJsNameResponse ConvertTo(
	string customName
)

Parameters

customName
Type: SystemString
The custom name of the JavaScript property, field or method.

Return Value

Type: ConvertJsNameResponse
The ConvertJsNameResponse instance that can be used as a return value in ConvertJsNameHandler implementation.
Exceptions
ExceptionCondition
ArgumentException The customName is null, empty, or contains only blank characters.
See Also