Click or drag to resize
ScriptHelperResolveUrl Method
Resolves URL to be used in javascript. Virtual context prefix needs to be ensured.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string ResolveUrl(
	string url
)

Parameters

url
Type: SystemString
URL to resolve

Return Value

Type: String
See Also