C# Класс Subtext.Framework.Tracking.EntryTracker

Summary description for TrackEntry.
Показать файл Открыть проект

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

Метод Описание
Track ( EntryView ev ) : void

Records the request in the database for statistics/tracking purposes.

Track ( HttpContext context, int EntryID, int BlogId ) : void

Records the request in the database for statistics/tracking purposes.

Приватные методы

Метод Описание
EntryTracker ( ) : System
FilterUserAgent ( string agent ) : bool
GetReferral ( HttpRequest Request ) : string

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

Track() публичный статический Метод

Records the request in the database for statistics/tracking purposes.
public static Track ( EntryView ev ) : void
ev Subtext.Framework.Components.EntryView The ev.
Результат void

Track() публичный статический Метод

Records the request in the database for statistics/tracking purposes.
public static Track ( HttpContext context, int EntryID, int BlogId ) : void
context System.Web.HttpContext The context.
EntryID int The entry ID.
BlogId int The blog ID.
Результат void