d3e837af 07c0 765b 6d05 c254b657e85d - autumn009/NestedHtmlWriter GitHub Wiki

NhHtml Constructor

NhHtml class constructor

Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)

Syntax

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

Parameters

 

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

Remarks

if xml style, xmlns attribute is specified. the value is http://www.w3.org/1999/xhtml

See Also

Reference

NhHtml Class
NestedHtmlWriter Namespace

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