Mono Class Library: Overview

System.Web.HttpUtility: Members

The members of System.Web.HttpUtility are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

static
HtmlAttributeEncode(string) : string
Documentation for this section has not yet been entered.
static
HtmlAttributeEncode(string, System.IO.TextWriter)
Documentation for this section has not yet been entered.
static
HtmlDecode(string) : string
Documentation for this section has not yet been entered.
static
HtmlDecode(string, System.IO.TextWriter)
Documentation for this section has not yet been entered.
static
HtmlEncode(string) : string
Documentation for this section has not yet been entered.
static
HtmlEncode(string, System.IO.TextWriter)
Documentation for this section has not yet been entered.
static
ParseQueryString(string) : System.Collections.Specialized.NameValueCollection
Documentation for this section has not yet been entered.
static
ParseQueryString(string, System.Text.Encoding) : System.Collections.Specialized.NameValueCollection
Documentation for this section has not yet been entered.
static
UrlDecode(string) : string
Documentation for this section has not yet been entered.
static
UrlDecode(byte[], System.Text.Encoding) : string
Documentation for this section has not yet been entered.
static
UrlDecode(string, System.Text.Encoding) : string
Documentation for this section has not yet been entered.
static
UrlDecode(byte[], int, int, System.Text.Encoding) : string
Documentation for this section has not yet been entered.
static
UrlDecodeToBytes(byte[]) : byte[]
Documentation for this section has not yet been entered.
static
UrlDecodeToBytes(string) : byte[]
Documentation for this section has not yet been entered.
static
UrlDecodeToBytes(string, System.Text.Encoding) : byte[]
Documentation for this section has not yet been entered.
static
UrlDecodeToBytes(byte[], int, int) : byte[]
Documentation for this section has not yet been entered.
static
UrlEncode(byte[]) : string
Documentation for this section has not yet been entered.
static
UrlEncode(string) : string
Documentation for this section has not yet been entered.
static
UrlEncode(string, System.Text.Encoding) : string
Documentation for this section has not yet been entered.
static
UrlEncode(byte[], int, int) : string
Documentation for this section has not yet been entered.
static
UrlEncodeToBytes(byte[]) : byte[]
Documentation for this section has not yet been entered.
static
UrlEncodeToBytes(string) : byte[]
Documentation for this section has not yet been entered.
static
UrlEncodeToBytes(string, System.Text.Encoding) : byte[]
Documentation for this section has not yet been entered.
static
UrlEncodeToBytes(byte[], int, int) : byte[]
Documentation for this section has not yet been entered.
static
UrlEncodeUnicode(string) : string
Documentation for this section has not yet been entered.
static
UrlEncodeUnicodeToBytes(string) : byte[]
Documentation for this section has not yet been entered.
static
UrlPathEncode(string) : string
Documentation for this section has not yet been entered.