C# Класс GaDotNet.Common.TrackMe

Наследование: IHttpHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessRequest ( HttpContext context ) : void

Http Handler for sending custom tracking gifs to google analytics Takes in the following querystring elements: "pagetitle" = Page title "domain" = Domain (usually facebook.com) "ua" = Google analytics account code "url" = URL of page to track (format is from root: "/default.htm)

Описание методов

ProcessRequest() публичный Метод

Http Handler for sending custom tracking gifs to google analytics Takes in the following querystring elements: "pagetitle" = Page title "domain" = Domain (usually facebook.com) "ua" = Google analytics account code "url" = URL of page to track (format is from root: "/default.htm)
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
Результат void