C# Class SeoEmpire.Utils.TextUtils

显示文件 Open project: akellan/SeoEmpire

Public Methods

Method Description
ClearScriptAndCss ( string input ) : string
ReplaceTags ( string input, string tags ) : TextReplacementsContainer
StripAllTags ( string input ) : string
StripTags ( string input, string tags ) : string
UndoReplaceTags ( TextReplacementsContainer container ) : string

Method Details

ClearScriptAndCss() public static method

public static ClearScriptAndCss ( string input ) : string
input string
return string

ReplaceTags() public static method

public static ReplaceTags ( string input, string tags ) : TextReplacementsContainer
input string
tags string
return TextReplacementsContainer

StripAllTags() public static method

public static StripAllTags ( string input ) : string
input string
return string

StripTags() public static method

public static StripTags ( string input, string tags ) : string
input string
tags string
return string

UndoReplaceTags() public static method

public static UndoReplaceTags ( TextReplacementsContainer container ) : string
container TextReplacementsContainer
return string