CampaignAssetUrlInfoHelper Class |
Namespace: CMS.WebAnalytics
public class CampaignAssetUrlInfoHelper : AbstractHelper<CampaignAssetUrlInfoHelper>
The CampaignAssetUrlInfoHelper type exposes the following members.
Name | Description | |
---|---|---|
CampaignAssetUrlInfoHelper |
Name | Description | |
---|---|---|
GetCampaignAssetUrlInfoFullUri | ||
GetCampaignAssetUrlInfoFullUriInternal | ||
IsNormalizedUrlTarget |
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.
| |
IsNormalizedUrlTargetInternal |
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.
| |
NormalizeAssetUrlTarget |
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.
| |
NormalizeAssetUrlTargetInternal |
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.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |