C# Класс Subtext.Framework.Util.Transform

Class used to provide various transforms such as the Emoticon transforms.
Показать файл Открыть проект

Открытые методы

Метод Описание
EmoticonTransforms ( string formattedPost ) : string

Transforms emoticons into image references based on the settings within the emoticons.txt file in the webroot.

EmoticonsTransforms ( string formattedPost, string emoticonsFilePath ) : string
LoadTransformFile ( string filePath ) : List

Приватные методы

Метод Описание
GetTransformFilePath ( string filename ) : string
PerformUserTransforms ( string stringToTransform, List userDefinedTransforms ) : string

Описание методов

EmoticonTransforms() публичный статический Метод

Transforms emoticons into image references based on the settings within the emoticons.txt file in the webroot.
public static EmoticonTransforms ( string formattedPost ) : string
formattedPost string The formatted post.
Результат string

EmoticonsTransforms() публичный статический Метод

public static EmoticonsTransforms ( string formattedPost, string emoticonsFilePath ) : string
formattedPost string
emoticonsFilePath string
Результат string

LoadTransformFile() публичный статический Метод

public static LoadTransformFile ( string filePath ) : List
filePath string
Результат List