Skip to content

Quiet flag ignored #8

@markjreed

Description

@markjreed

I'm setting Quiet to true, but I still get warnings scrolling past in the console output of my app. Am I missing something?

        Document htmlDoc = Document.FromString(htmlBlob);
        htmlDoc.OutputXml = true;
        htmlDoc.DocType = DocTypeMode.Omit;
        htmlDoc.AddXmlDeclaration = true; 
        htmlDoc.Quiet = true;
        htmlDoc.CleanAndRepair();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions