This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Extends XmlTextWriter to provide Html writing feature which is not as strict as Xml
writing. For example, Xml Writer encodes content passed to WriteString which encodes special markups like
nbsp; to amp;nbsp. So, WriteString is bypassed by calling WriteRaw.
Namespace: Smartsite.Web
Assembly: Smartsite.Web (in Smartsite.Web.dll)
Syntax
C# | Copy Code |
---|---|
public class HtmlWriter : |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class HtmlWriter _ Inherits |
Inheritance Hierarchy
System..::..Object
System.Xml..::..XmlWriter
System.Xml..::..XmlTextWriter
Smartsite.Web..::..HtmlWriter
System.Xml..::..XmlWriter
System.Xml..::..XmlTextWriter
Smartsite.Web..::..HtmlWriter
See Also
HtmlWriter Members
Smartsite.Web Namespace