ConfirmResponse Class |
Namespace: DotNetBrowser.Browser.Dialogs.Handlers
public sealed class ConfirmResponse
The ConfirmResponse type exposes the following members.
Name | Description | |
---|---|---|
Cancel |
Creates a ConfirmResponse that notifies the browser that the JavaScript confirmation dialog should
be canceled.
| |
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.) | |
Ok |
Creates a ConfirmResponse that notifies the browser that the JavaScript confirmation dialog should
be closed with the
"OK" action.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |