ValidationHelperGetSafeXML Method |
Removes forbidden characters from given xml string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetSafeXML(
string xml
)
Parameters
- xml
- Type: SystemString
XML to sanitize
Return Value
Type:
StringSee Also