Méthode | Description | |
---|---|---|
HTMLDecode ( this str ) : string |
Decode HTML in a string
|
|
HTMLDecodeAndRemove ( this str ) : string |
Decode and Remove html
|
|
HTMLEncode ( this str ) : string |
Encode HTML in a string
|
|
RemoveHtml ( this str ) : string |
Remove HTML from the string
|
public static HTMLDecode ( this str ) : string | ||
str | this | String to decode |
Résultat | string |
public static HTMLDecodeAndRemove ( this str ) : string | ||
str | this | String to decode and remove html from |
Résultat | string |
public static HTMLEncode ( this str ) : string | ||
str | this | String to encode |
Résultat | string |
public static RemoveHtml ( this str ) : string | ||
str | this | The string in which to remove the HTML |
Résultat | string |