- Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Runtimedoc-enhancementImprove the current contentImprove the current content
Milestone
Description
The documentation for UrlEncode was updated in #3124 to indicate that ' ' is converted into '+' on encode.
However:
- The documentation for
UrlEncodeToBytesneeds the same update. - The documentation for
UrlDecodeandUrlDecodeToBytesneeds a similar update to indicate that '+' is converted into ' ' on decode. - All of these pages give the example that
<and>are encoded as%3cand%3e, but this is incorrect.<and>are encoded as%3Cand%3E. RFC 3986 says "For consistency, URI producers and normalizers should use uppercase hexadecimal digits for all percent-encodings," and that's what the implementation does.
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Runtimedoc-enhancementImprove the current contentImprove the current content