| URLHelperGetAbsoluteUrl Method (String) | 
            Returns the absolute URL (including port) representation for the given relative URL, uses current domain and application path.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetAbsoluteUrl(
	string relativeUrl
)
Parameters
- relativeUrl
- Type: SystemString
 Relative URL to translate
Return Value
Type: 
String See Also
See Also