C# 클래스 Kooboo.Commerce.Multilingual.DiffHelper

파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
GetDiffHtml ( string oldText, string newText ) : string

비공개 메소드들

메소드 설명
WritePiece ( StringBuilder html, DiffPlex.DiffBuilder.Model.DiffPiece piece ) : void
WriteSpan ( StringBuilder html, string className, string text ) : void

메소드 상세

GetDiffHtml() 공개 정적인 메소드

public static GetDiffHtml ( string oldText, string newText ) : string
oldText string
newText string
리턴 string