c672d4fd cf03 146c 5966 ace2e0ae57b4 - autumn009/NestedHtmlWriter GitHub Wiki
NhDocument class constructor automatically create XML declalation and DOCTYPE declalation for XHTML 1.1
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public NhDocument(
TextWriter writer
)
VB
Public Sub New (
writer As TextWriter
)
C++
public:
NhDocument(
TextWriter^ writer
)
F#
new :
writer : TextWriter -> NhDocument
- writer
- Type: System.IO.TextWriter
writer for output
output follow lines
NhDocument Class
NhDocument Overload
NestedHtmlWriter Namespace