TransformationHelperGetUIImageUrl Method (String, Page) |
Gets UI image resolved path.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public virtual string GetUIImageUrl(
string imagePath,
Page page
)
Parameters
- imagePath
- Type: SystemString
Partial image path starting from ~/App_Themes/(Skin_Folder)/Images/ (e.g. '/CMSModules/CMS_MediaLibrary/module.png') - page
- Type: System.Web.UIPage
Page object
Return Value
Type:
StringSee Also