TransformationHelperGetImageByUrl Method (Object, Object, Object, Object, Object) |
Returns a complete HTML code of the image that is specified by the given url.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public string GetImageByUrl(
Object imageUrl,
Object maxSideSize = null,
Object width = null,
Object height = null,
Object alt = null
)
Parameters
- imageUrl
- Type: SystemObject
Image url - maxSideSize (Optional)
- Type: SystemObject
Image max. side size - width (Optional)
- Type: SystemObject
Image width - height (Optional)
- Type: SystemObject
Image height - alt (Optional)
- Type: SystemObject
Image alternation text
Return Value
Type:
StringSee Also