AdministrationUrlHelperGetImageUrl Method |
Gets UI image path.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string GetImageUrl(
string imagePath,
bool ensureDefaultTheme = false
)
Parameters
- imagePath
- Type: SystemString
Partial image path starting from ~/App_Themes/(Skin_Folder)/Images/ (e.g. '/CMSModules/Membership/module.png') - ensureDefaultTheme (Optional)
- Type: SystemBoolean
Indicates if default theme should be always used
Return Value
Type:
StringSee Also