Table of Contents

Method ConvertTo

Namespace
DotNetBrowser.Frames.Handlers
Assembly
DotNetBrowser.dll

ConvertTo(string)

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

public static ConvertJsNameResponse ConvertTo(string customName)

Parameters

customName string

The custom name of the JavaScript property, field or method.

Returns

ConvertJsNameResponse

The ConvertJsNameResponse instance that can be used as a return value in ConvertJsNameHandler implementation.

Exceptions

ArgumentException

The customName is null, empty, or contains only blank characters.