SPHttpUtility.HtmlDecode Method
Include Protected Members
Include Inherited Members
Retrieves a decoded version of an HTML string that was encoded by the HtmlEncode(String) method.
Overload List
Name | Description | |
---|---|---|
HtmlDecode(String) | Retrieves a decoded version of the specified encoded HTML string. | |
HtmlDecode(String, Boolean) | Decodes a string that was encoded by the HtmlEncode(String) method. |
Top