Property | Type | Description | |
---|---|---|---|
GetChar | int | ||
GetChar | int | ||
GetChars | char[] | ||
GetInt | int | ||
InitEntities | void | ||
NotEncoded | bool | ||
UrlEncodeChar | void | ||
UrlPathEncodeChar | void | ||
WriteCharBytes | void |
Method | Description | |
---|---|---|
HtmlAttributeEncode ( string s ) : string | ||
HtmlAttributeEncode ( string s, |
||
HtmlDecode ( string s ) : string |
Decodes an HTML-encoded string and returns the decoded string.
|
|
HtmlDecode ( string s, |
Decodes an HTML-encoded string and sends the resulting output to a TextWriter output stream.
|
|
HtmlEncode ( string s ) : string |
HTML-encodes a string and returns the encoded string.
|
|
HtmlEncode ( string s, |
HTML-encodes a string and sends the resulting output to a TextWriter output stream.
|
|
HttpUtility ( ) : System.Collections | ||
ToString ( ) : string | ||
UrlDecode ( byte bytes, |
||
UrlDecode ( byte bytes, int offset, int count, |
||
UrlDecode ( string str ) : string | ||
UrlDecode ( string s, |
||
UrlDecodeToBytes ( byte bytes ) : byte[] | ||
UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
UrlDecodeToBytes ( string str ) : byte[] | ||
UrlDecodeToBytes ( string str, |
||
UrlEncode ( byte bytes ) : string | ||
UrlEncode ( byte bytes, int offset, int count ) : string | ||
UrlEncode ( string str ) : string | ||
UrlEncode ( string s, |
||
UrlEncodeToBytes ( byte bytes ) : byte[] | ||
UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
UrlEncodeToBytes ( string str ) : byte[] | ||
UrlEncodeToBytes ( string str, |
||
UrlEncodeUnicode ( string str ) : string | ||
UrlEncodeUnicodeToBytes ( string str ) : byte[] | ||
UrlPathEncode ( string s ) : string |
Method | Description | |
---|---|---|
GetChar ( byte bytes, int offset, int length ) : int | ||
GetChar ( string str, int offset, int length ) : int | ||
GetChars ( |
||
GetInt ( byte b ) : int | ||
InitEntities ( ) : void | ||
NotEncoded ( char c ) : bool | ||
UrlEncodeChar ( char c, Stream result, bool isUnicode ) : void | ||
UrlPathEncodeChar ( char c, Stream result ) : void | ||
WriteCharBytes ( IList buf, char ch, |
public static HtmlAttributeEncode ( string s ) : string | ||
s | string | |
return | string |
public static HtmlAttributeEncode ( string s, |
||
s | string | |
output | ||
return | void |
public static HtmlDecode ( string s ) : string | ||
s | string | The HTML string to decode. |
return | string |
public static HtmlDecode ( string s, |
||
s | string | The HTML string to decode |
output | The TextWriter output stream containing the decoded string. | |
return | void |
public static HtmlEncode ( string s ) : string | ||
s | string | The text string to encode. |
return | string |
public static HtmlEncode ( string s, |
||
s | string | The string to encode. |
output | The TextWriter output stream containing the encoded string. | |
return | void |
public static UrlDecode ( byte bytes, |
||
bytes | byte | |
e | ||
return | string |
public static UrlDecode ( byte bytes, int offset, int count, |
||
bytes | byte | |
offset | int | |
count | int | |
e | ||
return | string |
public static UrlDecode ( string str ) : string | ||
str | string | |
return | string |
public static UrlDecode ( string s, |
||
s | string | |
e | ||
return | string |
public static UrlDecodeToBytes ( byte bytes ) : byte[] | ||
bytes | byte | |
return | byte[] |
public static UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
bytes | byte | |
offset | int | |
count | int | |
return | byte[] |
public static UrlDecodeToBytes ( string str ) : byte[] | ||
str | string | |
return | byte[] |
public static UrlDecodeToBytes ( string str, |
||
str | string | |
e | ||
return | byte[] |
public static UrlEncode ( byte bytes ) : string | ||
bytes | byte | |
return | string |
public static UrlEncode ( byte bytes, int offset, int count ) : string | ||
bytes | byte | |
offset | int | |
count | int | |
return | string |
public static UrlEncode ( string str ) : string | ||
str | string | |
return | string |
public static UrlEncode ( string s, |
||
s | string | |
Enc | ||
return | string |
public static UrlEncodeToBytes ( byte bytes ) : byte[] | ||
bytes | byte | |
return | byte[] |
public static UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
bytes | byte | |
offset | int | |
count | int | |
return | byte[] |
public static UrlEncodeToBytes ( string str ) : byte[] | ||
str | string | |
return | byte[] |
public static UrlEncodeToBytes ( string str, |
||
str | string | |
e | ||
return | byte[] |
public static UrlEncodeUnicode ( string str ) : string | ||
str | string | |
return | string |
public static UrlEncodeUnicodeToBytes ( string str ) : byte[] | ||
str | string | |
return | byte[] |
public static UrlPathEncode ( string s ) : string | ||
s | string | |
return | string |