Click or drag to resize
CMSDialogHelperAppendQueryAndAnchorFromOriginalUrl Method
Re-use the link query string and anchor from the original query

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static string AppendQueryAndAnchorFromOriginalUrl(
	string linkUrl,
	string originalUrl
)

Parameters

linkUrl
Type: SystemString
The link URL that does not contain a query string and anchor.
originalUrl
Type: SystemString
The original link URL that possibly carries a query string and anchor.

Return Value

Type: String
See Also