-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels