Click or drag to resize
TransformationHelperGetAbsoluteUrl Method (String)

Note: This API is now obsolete.

Returns absolute URL from relative path.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("This method is obsolete and will be removed in the next version.")]
public string GetAbsoluteUrl(
	string relativeUrl
)

Parameters

relativeUrl
Type: SystemString
Relative URL

Return Value

Type: String
See Also