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


public static string StripHtml(
	string input
)

Parameters

input
Type: String
The input.

Return Value

System.String.