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.23.2
Syntax public bool IsExternalProtocol { get; }
Property Value
Type:
Booleantrue if the target URL cannot be handled by the browser's internal protocol
handlers,
false otherwise.
See Also