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:58] – hackerzhou | dev:kb:dotnet [2020/06/06 23:32] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ==== Different encodings for .NET 4.5 ==== | ==== Different encodings for .NET 4.5 ==== | ||
| Copied from [[http:// | 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 | Unencoded UrlEncoded UrlEncodedUnicode UrlPathEncoded EscapedDataString EscapedUriString HtmlEncoded HtmlAttributeEncoded HexEscaped | ||
| Line 64: | Line 73: | ||
| ū | ū | ||
| </ | </ | ||
| - | UrlEncoded: HttpUtility.UrlEncode | ||
| - | UrlEncodedUnicode: | ||
| - | UrlPathEncoded: | ||
| - | EscapedDataString: | ||
| - | EscapedUriString: | ||
| - | HtmlEncoded: | ||
| - | HtmlAttributeEncoded: | ||
| - | HexEscaped: Uri.HexEscape | ||
| - | [OoR]: ArgumentOutOfRange exception | ||
dev/kb/dotnet.1399039111.txt.gz · Last modified: (external edit)
