TransformationHelperGetImageByUrl Method (Object, Int32) |
Returns a complete HTML code of the image that is specified by the given url.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public string GetImageByUrl(
Object imageUrl,
int maxSideSize
)
Parameters
- imageUrl
- Type: SystemObject
Image url - maxSideSize
- Type: SystemInt32
Image max. side size
Return Value
Type:
StringSee Also