Click or drag to resize
IActivityUrlPreprocessor Interface
Prepares an activity URL for further processing.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public interface IActivityUrlPreprocessor

The IActivityUrlPreprocessor type exposes the following members.

Methods
  NameDescription
Public methodPreprocessActivityUrl
Processes the activity URL for further processing (eg. hash computation)
Top
See Also