Parse a string to Xhtml. This function is used internally by the class to convert values to Xhtml. If you write your own class and inherit this class, you can modify the parser logic by overriding this function.

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public virtual string ParseToXhtmlString(
	string unparsedString
)

Parameters

unparsedString
Type: System..::.String
A string containing html that will be converted to Xhtml, if possible.

Return Value

A string with the value converted to Xhtml.

See Also