This method applies HTML encoding to the specified string. For more information, see the HTMLEncode method of the Server object.
HRESULT HTMLEncode(
BSTR bstrIn, |
//binary string that contains the text to be encoded |
BSTR * pbstrEncoded |
//pointer to a binary string that receives the encoded text |
); |