Method Open
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
Open()
Creates a OpenExternalAppResponse that notifies the browser that the link should be opened in the associated external application.
public static OpenExternalAppResponse Open()
Returns
- 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.