StringHelper
.
.
::
.
.
StripHtml Method
Strips the HTML. Used when we want to completely remove HTML code and not encode it with XML entities.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
string
StripHtml
(
string
input
)
Parameters
input
Type:
String
The input.
Return Value
System.String.
See Also
StringHelper Class
Core Namespace