[]
Sets or returns a value indicating if the resulting HTML files will include normal HTML page headers such as the HTML, HEAD, and BODY elements.
public bool IncludeHtmlHeader { get; set; }
You can set this value to false if you want to use the resulting HTML output in the middle of another HTML page.