C# Class Jade.Compiler.Utils

Afficher le fichier Open project: rnrn/Jade4Net

Méthodes publiques

Свойство Type Description
interpolationPattern System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
escapeHTML ( string str ) : string
interpolate ( List prepared, JadeModel model ) : string
interpolate ( string str, JadeModel model, bool escape ) : string
prepareInterpolate ( string str, bool xmlEscape ) : List

Method Details

escapeHTML() public static méthode

public static escapeHTML ( string str ) : string
str string
Résultat string

interpolate() public static méthode

public static interpolate ( List prepared, JadeModel model ) : string
prepared List
model JadeModel
Résultat string

interpolate() public static méthode

public static interpolate ( string str, JadeModel model, bool escape ) : string
str string
model JadeModel
escape bool
Résultat string

prepareInterpolate() public static méthode

public static prepareInterpolate ( string str, bool xmlEscape ) : List
str string
xmlEscape bool
Résultat List

Property Details

interpolationPattern public_oe static_oe property

public static Regex,System.Text.RegularExpressions interpolationPattern
Résultat System.Text.RegularExpressions.Regex