Click or drag to resize

OpenExternalAppResponseCancel Method

Creates a OpenExternalAppResponse that notifies the browser that the link should not be opened in the external application.

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

Return Value

Type: OpenExternalAppResponse
The OpenExternalAppResponse instance that can be used as a return value in OpenExternalAppHandler implementation.
See Also