d3e837af 07c0 765b 6d05 c254b657e85d - autumn009/NestedHtmlWriter GitHub Wiki
NhHtml class constructor
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public NhHtml(
TextWriter writer,
NhBase parent,
bool requireNamespace
)
VB
Public Sub New (
writer As TextWriter,
parent As NhBase,
requireNamespace As Boolean
)
C++
public:
NhHtml(
TextWriter^ writer,
NhBase^ parent,
bool requireNamespace
)
F#
new :
writer : TextWriter *
parent : NhBase *
requireNamespace : bool -> NhHtml
- writer
- Type: System.IO.TextWriter
writer for output - parent
- Type: NestedHtmlWriter.NhBase
parent element object - requireNamespace
- Type: System.Boolean
require xmlns attribute for http://www.w3.org/1999/xhtml
if xml style, xmlns attribute is specified. the value is http://www.w3.org/1999/xhtml