XmlTransformationSettings.

WriteEndDocumentOnClose Property

Summary

Gets or sets a value indicating whether the XmlWriter will add closing tags to all unclosed element tags when the Close method is called.
Namespace
Cake.Common.Xml
Containing Type
XmlTransformationSettings

Syntax

public bool WriteEndDocumentOnClose { get; set; }

Value

Type Description
bool