5e0cf388 9af0 8a15 81ea b4382c702bca - autumn009/NestedHtmlWriter GitHub Wiki

NhBlock Constructor

NhBlock class constructor

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

Syntax

C#

public NhBlock(
	TextWriter writer,
	string tagName,
	NhBase parent
)

VB

Public Sub New ( 
	writer As TextWriter,
	tagName As String,
	parent As NhBase
)

C++

public:
NhBlock(
	TextWriter^ writer, 
	String^ tagName, 
	NhBase^ parent
)

F#

new : 
        writer : TextWriter * 
        tagName : string * 
        parent : NhBase -> NhBlock

Parameters

 

writer
Type: System.IO.TextWriter
writer for output
tagName
Type: System.String
tag name, if you use namespace prifx, use PREFIX:NAME style.
parent
Type: NestedHtmlWriter.NhBase
parent element object

See Also

Reference

NhBlock Class
NestedHtmlWriter Namespace

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