Click or drag to resize
ApplicationUrlHelperAppendDialogHash Method
Appends hash to URL. Used in selectors (no need for dialog mode).

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
Syntax
C#
public static string AppendDialogHash(
	string url
)

Parameters

url
Type: SystemString
URL to hash is added

Return Value

Type: String
See Also