Click or drag to resize

OpenExternalAppResponse Class

The response to the OpenExternalAppHandler.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Browser.Dialogs.HandlersOpenExternalAppResponse

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class OpenExternalAppResponse

The OpenExternalAppResponse type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCancel
Creates a OpenExternalAppResponse that notifies the browser that the link should not be opened in the external application.
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 methodStatic memberOpen
Creates a OpenExternalAppResponse that notifies the browser that the link should be opened in the associated external application.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also