Click or drag to resize
BannerRedirect Class
Redirects user to the banner's address and logs banner click for banner with specified ID.
Inheritance Hierarchy
SystemObject
  CMS.BannerManagementBannerRedirect

Namespace: CMS.BannerManagement
Assembly: CMS.BannerManagement (in CMS.BannerManagement.dll) Version: 11.0.0
Syntax
C#
public class BannerRedirect : IHttpHandler

The BannerRedirect type exposes the following members.

Constructors
  NameDescription
Public methodBannerRedirect
Top
Properties
  NameDescription
Public propertyIsReusable
This handler can be reused.
Top
Methods
  NameDescription
Public methodProcessRequest
Redirects user to the address of the banner specified by the query parameter "bannerID" and logs banner click.
Top
See Also