Property | Type | Description | |
---|---|---|---|
interpolationPattern |
Method | Description | |
---|---|---|
escapeHTML ( string str ) : string | ||
interpolate ( List | ||
interpolate ( string str, JadeModel model, bool escape ) : string | ||
prepareInterpolate ( string str, bool xmlEscape ) : List |
public static escapeHTML ( string str ) : string | ||
str | string | |
return | string |
public static interpolate ( List | ||
prepared | List | |
model | JadeModel | |
return | string |
public static interpolate ( string str, JadeModel model, bool escape ) : string | ||
str | string | |
model | JadeModel | |
escape | bool | |
return | string |
public static prepareInterpolate ( string str, bool xmlEscape ) : List | ||
str | string | |
xmlEscape | bool | |
return | List |