Click or drag to resize
ABTestURLHelper Class
Provides URL processing methods for A/B test conversion logging.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingABTestURLHelper

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 13.0.131
Syntax
C#
public static class ABTestURLHelper
Methods
  NameDescription
Public methodStatic memberTryRemovePresentationURLAnchorAndQuery(String, SiteInfoIdentifier, String)
Tries to parse the application-relative path from the provided url. Query string and anchor (#) are omitted.
Public methodStatic memberTryRemovePresentationURLAnchorAndQuery(String, SiteInfo, String) Obsolete.
Tries to parse the application-relative path from the provided url. Query string and anchor (#) are omitted.
Top
See Also