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.18.0
Syntaxpublic 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