Method | Description | |
---|---|---|
HtmlDecode ( string value ) : string | ||
HtmlDecode ( string value, |
||
HtmlEncode ( string value ) : string | ||
HtmlEncode ( string value, |
Method | Description | |
---|---|---|
IndexOfHtmlEncodingChars ( string s, int startPos ) : int |
public static HtmlDecode ( string value ) : string | ||
value | string | |
return | string |
public static HtmlDecode ( string value, |
||
value | string | |
output | ||
return | void |
public static HtmlEncode ( string value ) : string | ||
value | string | |
return | string |
public static HtmlEncode ( string value, |
||
value | string | |
output | ||
return | void |