C# Class KanBan.Demo.Models.UserTracking

Afficher le fichier Open project: jwcarroll/KanBan.Demo

Méthodes publiques

Méthode Description
IsFirstVisit ( System.Web.HttpContextBase context = null ) : System.Boolean
IsReturningUser ( System.Web.HttpContextBase context = null ) : System.Boolean
TrackUserVisit ( System.Web.HttpContextBase context ) : void

Private Methods

Méthode Description
GetCurrentContext ( ) : System.Web.HttpContextBase
GetTrackingInfo ( ) : TrackingInfo
GetUserTrackingKey ( System.Web.HttpContextBase context = null ) : string
InitializeTrackingInfo ( String key ) : void

Method Details

IsFirstVisit() public static méthode

public static IsFirstVisit ( System.Web.HttpContextBase context = null ) : System.Boolean
context System.Web.HttpContextBase
Résultat System.Boolean

IsReturningUser() public static méthode

public static IsReturningUser ( System.Web.HttpContextBase context = null ) : System.Boolean
context System.Web.HttpContextBase
Résultat System.Boolean

TrackUserVisit() public static méthode

public static TrackUserVisit ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
Résultat void