C# Class Subtext.Framework.Tracking.EntryTracker

Summary description for TrackEntry.
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
EntryTracker ( ) : System
FilterUserAgent ( string agent ) : bool
GetReferral ( HttpRequest Request ) : string

Method Details

Track() public static méthode

Records the request in the database for statistics/tracking purposes.
public static Track ( EntryView ev ) : void
ev Subtext.Framework.Components.EntryView The ev.
Résultat void

Track() public static méthode

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.
Résultat void