Fixing index.md URI (#633)

pull/635/head
Connie Yau 2018-02-23 16:09:06 -08:00 committed by GitHub
parent c96c7d5f4e
commit d25d835a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)`