Property ApplyStyleElements
ApplyStyleElements
Gets or sets a value indicating whether <style> elements are honoured.
True by default. Setting it false reads a document with inline style attributes
only, which is what a caller sanitizing untrusted input usually wants.
public bool ApplyStyleElements { get; set; }