Xrm.Encoding Client API Methods
Views (914)
The Xrm.Device Client API namespace is included in Microsoft Dynamics 365, version 9.0 as part of the Xrm Object Model. It provides five methods for encoding and decoding strings.
This method takes a string as a parameter and encodes the string into a format useful as part of a HTML attribute.
Xrm.Encoding.htmlAttributeEncode(arg)
This method takes a string that has been HTML encoded and converts it into a decoded string.
Xrm.Encoding.htmlDecode(arg)
This method adds HTML encoding to a string.
Xrm.Encoding.htmlEncode(arg)
This method takes a string as a parameter and encodes the string into a format useful as part of a XML attribute.
Xrm.Encoding.xmlAttributeEncode(arg)
This method adds XML encoding to a string.
Xrm.Encoding.xmlEncode(arg)

Like
Report
*This post is locked for comments