Click or drag to resize
TransformationHelperGetUrl Method (Object, Object, Object)
Returns URL for the specified aliasPath and urlPath (preferable).

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetUrl(
	Object aliasPath,
	Object urlPath,
	Object siteName
)

Parameters

aliasPath
Type: SystemObject
Alias path
urlPath
Type: SystemObject
URL Path
siteName
Type: SystemObject
Site name

Return Value

Type: String
See Also