Click or drag to resize
UIContextHelperAppendDialogHash Method
Appends hash to URL if context contains dialog parameter

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string AppendDialogHash(
	UIContext context,
	string url
)

Parameters

context
Type: CMS.FormEngine.Web.UIUIContext
UI context
url
Type: SystemString
URL to hash is added

Return Value

Type: String
See Also