dev:kb:dotnet
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dev:kb:dotnet [2014/05/02 13:52] – hackerzhou | dev:kb:dotnet [2020/06/06 23:32] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== .NET ====== | + | ====== .NET ======= |
| + | ==== Different encodings for .NET 4.5 ==== | ||
| + | Copied from [[http:// | ||
| + | * UrlEncoded: HttpUtility.UrlEncode | ||
| + | * UrlEncodedUnicode: | ||
| + | * UrlPathEncoded: | ||
| + | * EscapedDataString: | ||
| + | * EscapedUriString: | ||
| + | * HtmlEncoded: | ||
| + | * HtmlAttributeEncoded: | ||
| + | * HexEscaped: Uri.HexEscape | ||
| + | * [OoR]: ArgumentOutOfRange exception | ||
| + | < | ||
| + | Unencoded UrlEncoded UrlEncodedUnicode UrlPathEncoded EscapedDataString EscapedUriString HtmlEncoded HtmlAttributeEncoded HexEscaped | ||
| + | A | ||
| + | B | ||
| + | C | ||
| + | D | ||
| + | a | ||
| + | b | ||
| + | c | ||
| + | d | ||
| + | 0 | ||
| + | 1 | ||
| + | 2 | ||
| + | 3 | ||
| + | |||
| + | [space] | ||
| + | ! | ||
| + | " | ||
| + | # | ||
| + | $ | ||
| + | % | ||
| + | & | ||
| + | ' | ||
| + | ( | ||
| + | ) | ||
| + | * | ||
| + | + | ||
| + | , | ||
| + | - | ||
| + | . | ||
| + | / | ||
| + | : | ||
| + | ; | ||
| + | < | ||
| + | = | ||
| + | > | ||
| + | ? | ||
| + | @ | ||
| + | [ | ||
| + | \ | ||
| + | ] | ||
| + | ^ | ||
| + | _ | ||
| + | ` | ||
| + | { | ||
| + | | | ||
| + | } | ||
| + | ~ | ||
| + | |||
| + | Ā | ||
| + | ā | ||
| + | Ē | ||
| + | ē | ||
| + | Ī | ||
| + | ī | ||
| + | Ō | ||
| + | ō | ||
| + | Ū | ||
| + | ū | ||
| + | </ | ||
dev/kb/dotnet.1399038775.txt.gz · Last modified: (external edit)
