Click or drag to resize
ApplicationUrlHelperGetElementUrl Method (String, String)
Returns element's URL based on element's type

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
Syntax
C#
public static string GetElementUrl(
	string moduleName,
	string elementName
)

Parameters

moduleName
Type: SystemString
Element's module
elementName
Type: SystemString
Element's name

Return Value

Type: String
See Also