We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60a8c2 commit 7121a87Copy full SHA for 7121a87
xml/System.Web/HttpUtility.xml
@@ -653,7 +653,7 @@
653
<format type="text/markdown"><![CDATA[
654
655
## Remarks
656
- This method encodes strings. For instance, single quotation marks and double quotation marks are included as `\'` and `\"` in the encoded string.
+ This method encodes strings. For instance, single quotation marks and double quotation marks are included as `\u0027` and `\"` in the encoded string.
657
658
]]></format>
659
</remarks>
0 commit comments