Click or drag to resize

Utils_AspStripTags Method

Removes all tags from a text. WARNING This method must not be used in place of HTML encoding. Be sure to encode the result of this method if you plan to output it in a HTML context.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static string StripTags(
	string html
)

Parameters

html
Type: SystemString

Return Value

Type: String
See Also