|
static NameValueCollection | ParseQueryString (string query) |
|
static NameValueCollection | ParseQueryString (string query, Encoding encoding) |
|
static ? string | HtmlDecode (string? s) |
|
static void | HtmlDecode (string? s, TextWriter output) |
|
static ? string | HtmlEncode (string? s) |
|
static ? string | HtmlEncode (object? value) |
|
static void | HtmlEncode (string? s, TextWriter output) |
|
static ? string | HtmlAttributeEncode (string? s) |
|
static void | HtmlAttributeEncode (string? s, TextWriter output) |
|
static ? string | UrlEncode (string? str) |
|
static ? string | UrlPathEncode (string? str) |
|
static ? string | UrlEncode (string? str, Encoding e) |
|
static ? string | UrlEncode (byte[]? bytes) |
|
static ? string | UrlEncode (byte[]? bytes, int offset, int count) |
|
static ? byte[] | UrlEncodeToBytes (string? str) |
|
static ? byte[] | UrlEncodeToBytes (byte[]? bytes) |
|
static ? byte[] | UrlEncodeUnicodeToBytes (string? str) |
|
static ? string | UrlDecode (string? str) |
|
static ? string | UrlDecode (byte[]? bytes, Encoding e) |
|
static ? byte[] | UrlDecodeToBytes (string? str) |
|
static ? byte[] | UrlDecodeToBytes (string? str, Encoding e) |
|
static ? byte[] | UrlDecodeToBytes (byte[]? bytes) |
|
static ? byte[] | UrlEncodeToBytes (string? str, Encoding e) |
|
static ? byte[] | UrlEncodeToBytes (byte[]? bytes, int offset, int count) |
|
static ? string | UrlEncodeUnicode (string? str) |
|
static ? string | UrlDecode (string? str, Encoding e) |
|
static ? string | UrlDecode (byte[]? bytes, int offset, int count, Encoding e) |
|
static ? byte[] | UrlDecodeToBytes (byte[]? bytes, int offset, int count) |
|
static string | JavaScriptStringEncode (string? value) |
|
static string | JavaScriptStringEncode (string? value, bool addDoubleQuotes) |
|
Definition at line 10 of file HttpUtility.cs.