C# 클래스 MVC5.Common.Helpers.RegexHelpers

파일 보기 프로젝트 열기: rabbal/AspNetMVCNTierTemp

공개 메소드들

메소드 설명
CleanScriptTags ( this html ) : string

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

CleanScriptsTagsAndContents ( this html ) : string

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

CleanTags ( this html ) : string

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

메소드 상세

CleanScriptTags() 공개 정적인 메소드

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

CleanScriptsTagsAndContents() 공개 정적인 메소드

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

CleanTags() 공개 정적인 메소드

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