Метод | Описание | |
---|---|---|
HtmlDecode ( string value ) : string | ||
HtmlDecode ( string value, |
||
HtmlEncode ( string value ) : string | ||
HtmlEncode ( string value, |
Метод | Описание | |
---|---|---|
IndexOfHtmlEncodingChars ( string s, int startPos ) : int |
public static HtmlDecode ( string value ) : string | ||
value | string | |
Результат | string |
public static HtmlDecode ( string value, |
||
value | string | |
output | ||
Результат | void |
public static HtmlEncode ( string value ) : string | ||
value | string | |
Результат | string |
public static HtmlEncode ( string value, |
||
value | string | |
output | ||
Результат | void |