ConvertJsNameResponse Class |
Namespace: DotNetBrowser.Frames.Handlers
public sealed class ConvertJsNameResponse
The ConvertJsNameResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | 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).
|
Name | Description | |
---|---|---|
![]() ![]() | ConvertTo |
Creates a ConvertJsNameResponse that sets the custom name for
binding or executing JavaScript.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |