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 c0e09e1 commit 28ee9c5Copy full SHA for 28ee9c5
xml/System.Web/HttpUtility.xml
@@ -665,7 +665,7 @@
665
<format type="text/markdown"><![CDATA[
666
667
## Remarks
668
- 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.
669
670
]]></format>
671
</remarks>
0 commit comments