Click or drag to resize

Referrer Class

Provides referrer information.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsReferrer

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class Referrer

The Referrer type exposes the following members.

Constructors
  NameDescription
Public methodReferrer
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyDomain
Gets the base domain.
Public propertyOriginalString
Gets or sets the original URL string.
Public propertyPath
Gets the virtual path without query-string.
Public propertySearch
Gets or sets an information about the search request that the user has been redirected from.
Public propertySourceType
Gets the source type.
Public propertyTld
Gets the top-level domain.
Public propertyUrl
Gets or sets the information about the referrer URL.
Top
Methods
  NameDescription
Public methodStatic memberParse
Parses referrer information from the given URL.
Public methodToString
Returns string representation of the current instance.
(Overrides ObjectToString.)
Top
Remarks