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