ExactPhraseRedaction

ExactPhraseRedaction(string, ReplacementOptions)

대소문자를 구분하지 않는 모드에서 ExactPhraseRedaction 클래스의 새 인스턴스를 초기화합니다.

public ExactPhraseRedaction(string searchPhrase, ReplacementOptions options)
모수 유형 설명
searchPhrase String 검색하고 바꿀 문자열
options ReplacementOptions 교체 옵션(텍스트, 색상)

또한보십시오


ExactPhraseRedaction(string, bool, ReplacementOptions)

ExactPhraseRedaction 클래스의 새 인스턴스를 초기화합니다.

public ExactPhraseRedaction(string searchPhrase, bool isCaseSensitive, ReplacementOptions options)
모수 유형 설명
searchPhrase String 검색하고 바꿀 문자열
isCaseSensitive Boolean 대소문자 구분 검색이 필요한 경우 True
options ReplacementOptions 교체 옵션(텍스트, 색상)

또한보십시오