Имя |
Описание |
ConverterHelper |
The converter helper. |
MediaIdConverter |
If you use the MediaPicker, an Id of the media is stored into Umbraco This Converter converts an MediaId to the direct url of the image The Convert backmethod expects an valid image url f.ex /media/1002/1502/your-image.jpg And then it can persist it into the document |
MultipleMediaIdConverter |
Does the same as the MediaConverter but for the multiple MediaPicker |
UBooleanConverter |
Umbraco saves bools as 1 and 0. This parser converts them to booleans |
UDateTimeConverter |
Converts the datetime string to a date Convert back doesn't do anything with the dateTime value Because Umbraco knows how to store DateTime |
UDoubleConverter |
|
UIntegerConverter |
|