C# 클래스 SeoEmpire.Utils.TextUtils

파일 보기 프로젝트 열기: akellan/SeoEmpire

공개 메소드들

메소드 설명
ClearScriptAndCss ( string input ) : string
ReplaceTags ( string input, string tags ) : TextReplacementsContainer
StripAllTags ( string input ) : string
StripTags ( string input, string tags ) : string
UndoReplaceTags ( TextReplacementsContainer container ) : string

메소드 상세

ClearScriptAndCss() 공개 정적인 메소드

public static ClearScriptAndCss ( string input ) : string
input string
리턴 string

ReplaceTags() 공개 정적인 메소드

public static ReplaceTags ( string input, string tags ) : TextReplacementsContainer
input string
tags string
리턴 TextReplacementsContainer

StripAllTags() 공개 정적인 메소드

public static StripAllTags ( string input ) : string
input string
리턴 string

StripTags() 공개 정적인 메소드

public static StripTags ( string input, string tags ) : string
input string
tags string
리턴 string

UndoReplaceTags() 공개 정적인 메소드

public static UndoReplaceTags ( TextReplacementsContainer container ) : string
container TextReplacementsContainer
리턴 string