Click or drag to resize

StartNavigationParametersIsExternalProtocol Property

Indicates whether the target URL cannot be handled by the browser's internal protocol handlers.

Namespace:  DotNetBrowser.Navigation.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool IsExternalProtocol { get; }

Property Value

Type: Boolean
true if the target URL cannot be handled by the browser's internal protocol handlers, false otherwise.
See Also