Click or drag to resize

ConvertJsNameResponse Class

The response to the ConvertJsNameHandler.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Frames.HandlersConvertJsNameResponse

Namespace:  DotNetBrowser.Frames.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.21.0
Syntax
C#
public sealed class ConvertJsNameResponse

The ConvertJsNameResponse type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCamelCase
Creates a ConvertJsNameResponse that converts the name to CamelCase (the first letter of the name is lower case).
Public propertyStatic memberNoConversion
Creates a ConvertJsNameResponse that use the member name as is.
Public propertyStatic memberPascalCase
Top
Methods
  NameDescription
Public methodStatic memberConvertTo
Creates a ConvertJsNameResponse that sets the custom name for binding or executing JavaScript.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also