Fixing index.md URI (#633)
parent
c96c7d5f4e
commit
d25d835a21
|
@ -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)`
|
||||
|
|
Loading…
Reference in New Issue