C# Class MVC5.Common.Helpers.RegexHelpers

Afficher le fichier Open project: rabbal/AspNetMVCNTierTemp

Méthodes publiques

Méthode Description
CleanScriptTags ( this html ) : string

تنها حذف یک تگ ویژه

CleanScriptsTagsAndContents ( this html ) : string

حذف یک تگ ویژه به همراه محتویات آن

CleanTags ( this html ) : string

حذف تمامی تگ‌های موجود

Method Details

CleanScriptTags() public static méthode

تنها حذف یک تگ ویژه
public static CleanScriptTags ( this html ) : string
html this ورودی اچ تی ام ال
Résultat string

CleanScriptsTagsAndContents() public static méthode

حذف یک تگ ویژه به همراه محتویات آن
public static CleanScriptsTagsAndContents ( this html ) : string
html this ورودی اچ تی ام ال
Résultat string

CleanTags() public static méthode

حذف تمامی تگ‌های موجود
public static CleanTags ( this html ) : string
html this ورودی اچ تی ام ال
Résultat string