Escapes plings (') or quotes (") in a HTML tag attribute value.
The escaped value.
When adding attribute values to an HTML tag, it can be necessaty to escaping single quotes (plings or "'") in the value.
[CS]
string attr = MainUtil.EscapePling("Allan's attribute"); // "Allan's attribute"
MainUtil Class | Sitecore Namespace