3fc1b1a6 41f5 b1c7 e098 bd4b577d2c2e - autumn009/NestedHtmlWriter GitHub Wiki
NhForm class constructor
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public NhForm(
TextWriter writer,
NhBase parent,
string action
)
VB
Public Sub New (
writer As TextWriter,
parent As NhBase,
action As String
)
C++
public:
NhForm(
TextWriter^ writer,
NhBase^ parent,
String^ action
)
F#
new :
writer : TextWriter *
parent : NhBase *
action : string -> NhForm
- writer
- Type: System.IO.TextWriter
writer for output - parent
- Type: NestedHtmlWriter.NhBase
parent element object - action
- Type: System.String
action attribute value