From d25d835a2141ff5f7f377c81dc9eb80646582016 Mon Sep 17 00:00:00 2001 From: Connie Yau Date: Fri, 23 Feb 2018 16:09:06 -0800 Subject: [PATCH] Fixing index.md URI (#633) --- ...lity_htmldecode-no-longer-decodes-invalid-input-sequences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/compatibility/webutility_htmldecode-no-longer-decodes-invalid-input-sequences.md b/Documentation/compatibility/webutility_htmldecode-no-longer-decodes-invalid-input-sequences.md index 8d1daf2..94b0d94 100644 --- a/Documentation/compatibility/webutility_htmldecode-no-longer-decodes-invalid-input-sequences.md +++ b/Documentation/compatibility/webutility_htmldecode-no-longer-decodes-invalid-input-sequences.md @@ -16,7 +16,7 @@ By default, decoding methods no longer decode an invalid input sequence into an - [ ] Build-time break ### Recommended Action -The change in decoder output should matter only if you store binary data instead of UTF-16 data in strings. To explicitly control this behavior, set the `aspnet:AllowRelaxedUnicodeDecoding` attribute of the [appSettings](~/docs/framework/configure-apps/file-schema/appsettings.md) element to `true` to enable legacy behavior or to `false` to enable the current behavior. +The change in decoder output should matter only if you store binary data instead of UTF-16 data in strings. To explicitly control this behavior, set the `aspnet:AllowRelaxedUnicodeDecoding` attribute of the [appSettings](~/docs/framework/configure-apps/file-schema/appsettings/index.md) element to `true` to enable legacy behavior or to `false` to enable the current behavior. ### Affected APIs * `M:System.Net.WebUtility.HtmlDecode(System.String)`