Click or drag to resize
CampaignAssetUrlInfoHelperNormalizeAssetUrlTargetInternal Method
Normalizes given absolute url to be suitable for CampaignAssetUrlTarget.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
protected virtual string NormalizeAssetUrlTargetInternal(
	string url,
	SiteInfo site
)

Parameters

url
Type: SystemString
Absolute URL to be normalized.
site
Type: CMS.SiteProviderSiteInfo
Site of the URL.

Return Value

Type: String
Remarks
Normalized URL is absolute URL that uses one of site presentation URLs and is without query strings, fragments and trailing slash.
See Also