C# Class GoogleAnalyticsTracker.WebAPI2.PageViewTrackerExtensions

Afficher le fichier Open project: maartenba/GoogleAnalyticsTracker

Méthodes publiques

Méthode Description
TrackPageViewAsync ( this tracker, HttpRequestMessage httpRequest, string pageTitle, string pageUrl = null ) : Task
TrackPageViewAsync ( this tracker, string pageTitle, string pageUrl = null ) : Task

Method Details

TrackPageViewAsync() public static méthode

public static TrackPageViewAsync ( this tracker, HttpRequestMessage httpRequest, string pageTitle, string pageUrl = null ) : Task
tracker this
httpRequest System.Net.Http.HttpRequestMessage
pageTitle string
pageUrl string
Résultat Task

TrackPageViewAsync() public static méthode

public static TrackPageViewAsync ( this tracker, string pageTitle, string pageUrl = null ) : Task
tracker this
pageTitle string
pageUrl string
Résultat Task