C# 클래스 Subtext.Framework.Tracking.EntryTracker

Summary description for TrackEntry.
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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