Click or drag to resize
ActivityContextCurrentURL Property
Gets or sets the Url which user visited.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public Uri CurrentURL { get; set; }

Property Value

Type: Uri
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