 | StringUtilsStripHtml Method |
Strips HTML tags out of an HTML string and returns just the text.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static string StripHtml(
string html
)
Public Shared Function StripHtml (
html As String
) As String
public:
static String^ StripHtml(
String^ html
)
static member StripHtml :
html : string -> string
Parameters
- html
- Type: SystemString
Html String
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.StringUtils.StripHtml(System.String)"]
See Also