Table of Contents

Property ApplyStyleElements

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

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; }

Property Value

bool