Property WriteDocumentShell
WriteDocumentShell
Gets or sets a value indicating whether a complete document — doctype, html,
head and body — is emitted. True by default; false emits only the body's
children, which is what a caller embedding the result in a page wants.
public bool WriteDocumentShell { get; set; }