Click or drag to resize
ValidationHelperGetSafeXML Method
Removes forbidden characters from given xml string.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetSafeXML(
	string xml
)

Parameters

xml
Type: SystemString
XML to sanitize

Return Value

Type: String
See Also