C# Class TFSQueryServices.HtmlRemoval

Methods to remove HTML from strings.
Afficher le fichier Open project: frederiksen/Task-Card-Creator Class Usage Examples

Méthodes publiques

Méthode Description
StripTagsRegex ( string source ) : string

Remove HTML from string with Regex.

Method Details

StripTagsRegex() public static méthode

Remove HTML from string with Regex.
public static StripTagsRegex ( string source ) : string
source string
Résultat string