IgnoreHTTPSErrors Property
In This Topic
Gets or sets a value indicating whether to ignore HTTPS errors during navigation. Defaults to false.
Syntax
'Declaration
Public Property IgnoreHTTPSErrors As System.Boolean
public System.bool IgnoreHTTPSErrors {get; set;}
See Also