Table of Contents

Property WriteDocumentShell

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

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

Property Value

bool