Click or drag to resize
CampaignAssetUrlInfoHelper Class
Class providing helper methods for CampaignAssetUrlInfo.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperCampaignAssetUrlInfoHelper
        CMS.WebAnalyticsCampaignAssetUrlInfoHelper

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
public class CampaignAssetUrlInfoHelper : AbstractHelper<CampaignAssetUrlInfoHelper>

The CampaignAssetUrlInfoHelper type exposes the following members.

Constructors
  NameDescription
Public methodCampaignAssetUrlInfoHelper
Top
Methods
  NameDescription
Public methodStatic memberGetCampaignAssetUrlInfoFullUri
Returns Uri created from site's SitePresentationURL and urlAsset's CampaignAssetUrlTarget.
Protected methodGetCampaignAssetUrlInfoFullUriInternal
Returns Uri created from site's SitePresentationURL and urlAsset's CampaignAssetUrlTarget.
Public methodStatic memberCode exampleIsNormalizedUrlTarget
Returns true if url is AbsolutePath without scheme, port, domain, query strings, fragments and trailing slash at the end. If true, value of url is valid for setting in CampaignAssetUrlTarget.
Protected methodCode exampleIsNormalizedUrlTargetInternal
Returns true if url is AbsolutePath without scheme, port, domain, query strings, fragments and trailing slash at the end. If true, value of url is valid for setting in CampaignAssetUrlTarget.
Public methodStatic memberCode exampleNormalizeAssetUrlTarget
Creates valid URL target that is AbsolutePath without scheme, port, domain, query strings, fragments and trailing slash at the end. If the url is already normalized, then it is returned. Removes SitePresentationURL from the url.
Protected methodCode exampleNormalizeAssetUrlTargetInternal
Creates valid URL target that is relative path from the website root without scheme, port, domain, query strings, fragments and trailing slash at the end. If the url is already normalized format IsNormalizedUrlTarget(String), then it is returned.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also