Click or drag to resize

OpenExternalAppResponseOpen Method

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

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

Return Value

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

If the application is not running, the operating system should launch the application and open the link in it.

See Also