Table of Contents

Class ConvertJsNameResponse

Namespace
DotNetBrowser.Frames.Handlers
Assembly
DotNetBrowser.dll

The response to the ConvertJsNameHandler.

public sealed class ConvertJsNameResponse
Inheritance
ConvertJsNameResponse
Inherited Members

Properties

CamelCase

Creates a ConvertJsNameResponse that converts the name to CamelCase (the first letter of the name is lower case).

NoConversion

Creates a ConvertJsNameResponse that use the member name as is.

PascalCase

Creates a ConvertJsNameResponse that converts the name to PascalCase (the first letter of the name is upper case).

Methods

ConvertTo(string)

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