C# Class GoogleAnalyticsTracker.WebAPI2.PageViewTrackerExtensions

Show file Open project: maartenba/GoogleAnalyticsTracker

Public Methods

Method 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 method

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

TrackPageViewAsync() public static method

public static TrackPageViewAsync ( this tracker, string pageTitle, string pageUrl = null ) : Task
tracker this
pageTitle string
pageUrl string
return Task