C# Class WorldSurveyKit.Models.HtmlRemoval

Methods to remove HTML from strings. Prevents xss attacks
Datei anzeigen Open project: ntheile/World-Survey-Kit

Public Methods

Method Description
Strip ( string source ) : string

Remove HTML from string with Regex.

Method Details

Strip() public static method

Remove HTML from string with Regex.
public static Strip ( string source ) : string
source string
return string