Skip to content

Commit 2eb3088

Browse files
Link to unsafe-escaping section of how-to doc (#4545)
* Link to unsafe-escaping section of how-to doc * Update xml/System.Text.Encodings.Web/JavaScriptEncoder.xml Co-authored-by: Youssef Victor <[email protected]> Co-authored-by: Youssef Victor <[email protected]>
1 parent 7da9d49 commit 2eb3088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/System.Text.Encodings.Web/JavaScriptEncoder.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ Unlike the <xref:System.Text.Encodings.Web.JavaScriptEncoder.Default> encoding (
192192
193193
Unlike the <xref:System.Text.Encodings.Web.JavaScriptEncoder.Default> encoder, this encoder instance allows some other characters (such as '+') to go through unescaped and therefore must be used cautiously.
194194
195+
For more information, see [Serialize all characters](/dotnet/standard/serialization/system-text-json-how-to#serialize-all-characters).
196+
195197
]]></format>
196198
</remarks>
197199
</Docs>

0 commit comments

Comments
 (0)