프로퍼티 | 타입 | 설명 | |
---|---|---|---|
interpolationPattern |
메소드 | 설명 | |
---|---|---|
escapeHTML ( string str ) : string | ||
interpolate ( List | ||
interpolate ( string str, JadeModel model, bool escape ) : string | ||
prepareInterpolate ( string str, bool xmlEscape ) : List |
public static interpolate ( string str, JadeModel model, bool escape ) : string | ||
str | string | |
model | JadeModel | |
escape | bool | |
리턴 | string |
public static prepareInterpolate ( string str, bool xmlEscape ) : List | ||
str | string | |
xmlEscape | bool | |
리턴 | List |