Click or drag to resize
UIContextHelperAppendDialogHash Method (UIContext, String)
Appends hash to URL if context contains dialog parameter

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string AppendDialogHash(
	UIContext context,
	string url
)

Parameters

context
Type: CMS.PortalEngineUIContext
UI context
url
Type: SystemString
URL to hash is added

Return Value

Type: String
See Also