메소드 | 설명 | |
---|---|---|
HtmlAttributeEncode ( char value, int startIndex, int count, char quote = '"' ) : string |
Encode an HTML attribute value. Encodes an HTML attribute value. |
|
HtmlAttributeEncode ( string value, char quote = '"' ) : string |
Encode an HTML attribute value. Encodes an HTML attribute value. |
|
HtmlAttributeEncode ( string value, int startIndex, int count, char quote = '"' ) : string |
Encode an HTML attribute value. Encodes an HTML attribute value. |
|
HtmlAttributeEncode ( |
Encode an HTML attribute value. Encodes an HTML attribute value. |
|
HtmlAttributeEncode ( |
Encode an HTML attribute value. Encodes an HTML attribute value. |
|
HtmlAttributeEncode ( |
Encode an HTML attribute value. Encodes an HTML attribute value. |
|
HtmlDecode ( string data ) : string |
Decode HTML character data. Decodes HTML character data. |
|
HtmlDecode ( string data, int startIndex, int count ) : string |
Decode HTML character data. Decodes HTML character data. |
|
HtmlDecode ( |
Decode HTML character data. Decodes HTML character data. |
|
HtmlDecode ( |
Decode HTML character data. Decodes HTML character data. |
|
HtmlEncode ( char data, int startIndex, int count ) : string |
Encode HTML character data. Encodes HTML character data. |
|
HtmlEncode ( string data ) : string |
Encode HTML character data. Encodes HTML character data. |
|
HtmlEncode ( string data, int startIndex, int count ) : string |
Encode HTML character data. Encodes HTML character data. |
|
HtmlEncode ( |
Encode HTML character data. Encodes HTML character data. |
|
HtmlEncode ( |
Encode HTML character data. Encodes HTML character data. |
|
HtmlEncode ( |
Encode HTML character data. Encodes HTML character data. |
메소드 | 설명 | |
---|---|---|
HtmlAttributeEncode ( |
||
HtmlEncode ( |
||
IndexOfHtmlEncodeAttributeChar ( ICharArray value, int startIndex, int endIndex, char quote ) : int | ||
IndexOfHtmlEncodeChar ( ICharArray value, int startIndex, int endIndex ) : int | ||
IsValidTokenName ( string name ) : bool |
public static HtmlAttributeEncode ( char value, int startIndex, int count, char quote = '"' ) : string | ||
value | char | The attribute value to encode. |
startIndex | int | The starting index of the attribute value. |
count | int | The number of characters in the attribute value. |
quote | char | The character to use for quoting the attribute value. |
리턴 | string |
public static HtmlAttributeEncode ( string value, char quote = '"' ) : string | ||
value | string | The attribute value to encode. |
quote | char | The character to use for quoting the attribute value. |
리턴 | string |
public static HtmlAttributeEncode ( string value, int startIndex, int count, char quote = '"' ) : string | ||
value | string | The attribute value to encode. |
startIndex | int | The starting index of the attribute value. |
count | int | The number of characters in the attribute value. |
quote | char | The character to use for quoting the attribute value. |
리턴 | string |
public static HtmlAttributeEncode ( |
||
output | The |
|
value | char | The attribute value to encode. |
startIndex | int | The starting index of the attribute value. |
count | int | The number of characters in the attribute value. |
quote | char | The character to use for quoting the attribute value. |
리턴 | void |
public static HtmlAttributeEncode ( |
||
output | The |
|
value | string | The attribute value to encode. |
quote | char | The character to use for quoting the attribute value. |
리턴 | void |
public static HtmlAttributeEncode ( |
||
output | The |
|
value | string | The attribute value to encode. |
startIndex | int | The starting index of the attribute value. |
count | int | The number of characters in the attribute value. |
quote | char | The character to use for quoting the attribute value. |
리턴 | void |
public static HtmlDecode ( string data ) : string | ||
data | string | The character data to decode. |
리턴 | string |
public static HtmlDecode ( string data, int startIndex, int count ) : string | ||
data | string | The character data to decode. |
startIndex | int | The starting index of the character data. |
count | int | The number of characters in the data. |
리턴 | string |
public static HtmlDecode ( |
||
output | The |
|
data | string | The character data to decode. |
리턴 | void |
public static HtmlDecode ( |
||
output | The |
|
data | string | The character data to decode. |
startIndex | int | The starting index of the character data. |
count | int | The number of characters in the data. |
리턴 | void |
public static HtmlEncode ( char data, int startIndex, int count ) : string | ||
data | char | The character data to encode. |
startIndex | int | The starting index of the character data. |
count | int | The number of characters in the data. |
리턴 | string |
public static HtmlEncode ( string data ) : string | ||
data | string | The character data to encode. |
리턴 | string |
public static HtmlEncode ( string data, int startIndex, int count ) : string | ||
data | string | The character data to encode. |
startIndex | int | The starting index of the character data. |
count | int | The number of characters in the data. |
리턴 | string |
public static HtmlEncode ( |
||
output | The |
|
data | char | The character data to encode. |
startIndex | int | The starting index of the character data. |
count | int | The number of characters in the data. |
리턴 | void |
public static HtmlEncode ( |
||
output | The |
|
data | string | The character data to encode. |
리턴 | void |
public static HtmlEncode ( |
||
output | The |
|
data | string | The character data to encode. |
startIndex | int | The starting index of the character data. |
count | int | The number of characters in the data. |
리턴 | void |