C# 클래스 Jade.Compiler.Utils

파일 보기 프로젝트 열기: rnrn/Jade4Net

공개 프로퍼티들

프로퍼티 타입 설명
interpolationPattern System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
escapeHTML ( string str ) : string
interpolate ( List prepared, JadeModel model ) : string
interpolate ( string str, JadeModel model, bool escape ) : string
prepareInterpolate ( string str, bool xmlEscape ) : List

메소드 상세

escapeHTML() 공개 정적인 메소드

public static escapeHTML ( string str ) : string
str string
리턴 string

interpolate() 공개 정적인 메소드

public static interpolate ( List prepared, JadeModel model ) : string
prepared List
model JadeModel
리턴 string

interpolate() 공개 정적인 메소드

public static interpolate ( string str, JadeModel model, bool escape ) : string
str string
model JadeModel
escape bool
리턴 string

prepareInterpolate() 공개 정적인 메소드

public static prepareInterpolate ( string str, bool xmlEscape ) : List
str string
xmlEscape bool
리턴 List

프로퍼티 상세

interpolationPattern 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions interpolationPattern
리턴 System.Text.RegularExpressions.Regex