c672d4fd cf03 146c 5966 ace2e0ae57b4 - autumn009/NestedHtmlWriter GitHub Wiki

NhDocument Constructor (TextWriter)

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)

Syntax

C#

public NhDocument(
	TextWriter writer
)

VB

Public Sub New ( 
	writer As TextWriter
)

C++

public:
NhDocument(
	TextWriter^ writer
)

F#

new : 
        writer : TextWriter -> NhDocument

Parameters

 

writer
Type: System.IO.TextWriter
writer for output

Remarks

output follow lines

See Also

Reference

NhDocument Class
NhDocument Overload
NestedHtmlWriter Namespace

⚠️ **GitHub.com Fallback** ⚠️