2b2cccac 65ec d900 a49e 456d2bf18c49 - autumn009/NestedHtmlWriter GitHub Wiki
NhInline class constructor
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public NhInline(
TextWriter writer,
string tagName,
NhBase parent
)
VB
Public Sub New (
writer As TextWriter,
tagName As String,
parent As NhBase
)
C++
public:
NhInline(
TextWriter^ writer,
String^ tagName,
NhBase^ parent
)
F#
new :
writer : TextWriter *
tagName : string *
parent : NhBase -> NhInline
- 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