C# Class MVC5.Common.Helpers.RegexHelpers

显示文件 Open project: rabbal/AspNetMVCNTierTemp

Public Methods

Method Description
CleanScriptTags ( this html ) : string

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

CleanScriptsTagsAndContents ( this html ) : string

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

CleanTags ( this html ) : string

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

Method Details

CleanScriptTags() public static method

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

CleanScriptsTagsAndContents() public static method

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

CleanTags() public static method

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