메소드 | 설명 | |
---|---|---|
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 |
리턴 | string |
public static HTMLDecodeAndRemove ( this str ) : string | ||
str | this | String to decode and remove html from |
리턴 | string |
public static HTMLEncode ( this str ) : string | ||
str | this | String to encode |
리턴 | string |
public static RemoveHtml ( this str ) : string | ||
str | this | The string in which to remove the HTML |
리턴 | string |