ApplicationUrlHelperResolveDialogUrl Method |
Resolves the dialog URL. Keeps the URL in case the user is authenticated, uses the secured /cms/dialogs/ prefix to ensure the authentication for already authenticated user.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax public static string ResolveDialogUrl(
string url
)
Parameters
- url
- Type: SystemString
URL to resolve, it must start with ~/
Return Value
Type:
StringSee Also