Click or drag to resize
ActivityContextCurrentURLReferrer Property
Gets or sets current URL referrer.

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

Property Value

Type: String
Can be either set manually, or obtained from HttpContext otherwise
See Also