LinkTrackerService Class |
Namespace: CMS.Newsletters
public class LinkTrackerService : ActionResultServiceBase, IActionResultService
The LinkTrackerService type exposes the following members.
Name | Description | |
---|---|---|
![]() | LinkTrackerService |
Initializes new instance of LinkTrackerService.
|
Name | Description | |
---|---|---|
![]() |
Gets email from query string parameter.
| |
![]() | Hash |
Gets hash from query string parameter.
|
![]() | LinkGuid |
Gets link GUID from query string parameter.
|
![]() | Ping |
Gets ping from query string parameter.
|
![]() | RequestStatusEnum |
Gets current request URL rewriting status.
(Overrides ActionResultServiceBaseRequestStatusEnum.) |
Name | Description | |
---|---|---|
![]() | ETagsMatch |
Checks if given and requested ETags match and object has current timestamp.
(Inherited from ActionResultServiceBase.) |
![]() | FileNotFound |
Responds HTTP code 404 Not Found.
(Inherited from ActionResultServiceBase.) |
![]() | Forbidden |
Responds HTTP code 403 Forbidden.
(Inherited from ActionResultServiceBase.) |
![]() | GetActionResult |
Process the request.
(Inherited from ActionResultServiceBase.) |
![]() | GetActionResultInternal |
Processes the tracking data and redirects request to original URL.
(Overrides ActionResultServiceBaseGetActionResultInternal.) |
![]() | GetIfModifiedSinceRequestHeader |
Returns the value of If-Modified-Since HTTP header or if the header not found.
(Inherited from ActionResultServiceBase.) |
![]() | HasIfModifiedSinceRequestHeader |
Returns when non-empty If-Modified-Since
header is present in current request.
(Inherited from ActionResultServiceBase.) |
![]() | Unauthorized |
Responds HTTP code 401 Unauthorized.
(Inherited from ActionResultServiceBase.) |