ApplicationUrlHelperGetElementUrl Method (String, String) |
Returns element's URL based on element's type
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax public static string GetElementUrl(
string moduleName,
string elementName
)
Parameters
- moduleName
- Type: SystemString
Element's module - elementName
- Type: SystemString
Element's name
Return Value
Type:
StringSee Also