This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Converts the CSS references to XHtml, using 'img' tags with 'src' attributes, in order to scan the references using Xml technology.

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

Syntax

C#Copy imageCopy Code
public static string ConvertCSSReferencesToXHtml(
	string data
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function ConvertCSSReferencesToXHtml ( _
	data As  _
) As 

Parameters

data
String
The CSS data.

Return Value

Xml div element with zero or more 'img' elements.

See Also

Utility Class
Smartsite.Web Namespace
Advanced