ActivityContext CurrentURL Property Kentico 8.0 API Reference
Gets or sets the Url which user visited.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.0.0.0 (8.0.5239.26125)

Property Value

Type: OnlineUri
Can be either set manually, or obtained from RequestContext otherwise
Remarks

When activities are logged through WebAnalytics service, this property is set to the referrer, because that is the actual page which should be logged.
See Also