Click or drag to resize
DocumentBaseResolveUrl Method
Resolves the given URL.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public virtual string ResolveUrl(
	string relativeUrl
)

Parameters

relativeUrl
Type: SystemString
URL to resolve

Return Value

Type: String
See Also