URLHelperRemoveAnchorFromUrl Method |
Removes the anchor from the given url.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string RemoveAnchorFromUrl(
string url,
out string anchorValue
)
Parameters
- url
- Type: SystemString
The URL to be stripped. - anchorValue
- Type: SystemString
Returns the anchor value (including the anchor symbol).
Return Value
Type:
StringThe URL without the anchor.
See Also