Mvp.Xml Library API Documentation
Creates new instance of the XhtmlWriter.

Namespace: Mvp.Xml.Common
Assembly:  Mvp.Xml (in Mvp.Xml.dll)

Syntax

C#
public XhtmlWriter(
	XmlWriter baseWriter
)
Visual Basic (Declaration)
Public Sub New ( _
	baseWriter As XmlWriter _
)
Visual C++
public:
XhtmlWriter (
	XmlWriter^ baseWriter
)

Parameters

baseWriter
XmlWriter
Base XmlWriter to write to.

See Also