| LinkTracker Class |
Namespace: CMS.Newsletters
public class LinkTracker : IHttpHandler
The LinkTracker type exposes the following members.
| Name | Description | |
|---|---|---|
| LinkTracker |
| Name | Description | |
|---|---|---|
Gets email from query string parameter.
| ||
| Hash |
Gets hash from query string parameter.
| |
| IsReusable |
Gets whether this handler can be reused for other request; always returns true.
| |
| LinkGuid |
Gets link GUID from query string parameter.
| |
| Ping |
Gets ping from query string parameter.
|
| Name | Description | |
|---|---|---|
| GetLinkUrl |
Retrieves the original URL given the arguments and logs the request.
| |
| ProcessRequest(HttpContext) |
Processes the tracking data and redirects request to original URL.
| |
| ProcessRequest(HttpContextBase) |
Processes the tracking data and redirects request to original URL.
|