This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The reason why we are overriding this method is, we do not want the output to be encoded for texts inside attribute and inside node elements. For example, all the nbsp; gets converted to amp;nbsp in output. But this does not apply to HTML. In HTML, we need to have nbsp; as it is.

Namespace: Smartsite.Web
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public override void WriteString(
	string text
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Sub WriteString ( _
	text As  _
)

Parameters

text
String

See Also

Smartsite.Web Namespace
Advanced