CMSDialogHelperAppendQueryAndAnchorFromOriginalUrl Method |
Re-use the link query string and anchor from the original query
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringSee Also