Click or drag to resize
AuthenticationHelperResolveUIUrl Method
Resolves the UI URL. Keeps the URL in case the user is authenticated, uses the secured /cms/ prefix to ensure the authentication for already authenticated user.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static string ResolveUIUrl(
	string url
)

Parameters

url
Type: SystemString
URL to resolve, it must start with ~/

Return Value

Type: String
See Also