ActivityContextCurrentURL Property |
Gets or sets the Url which user visited.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax public Uri CurrentURL { get; set; }
Property Value
Type:
UriCan 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