C# Класс Jade.Compiler.Utils

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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