Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PageOptions Class / IgnoreHTTPSErrors Property

In This Topic
    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