C# Класс GoogleAnalyticsTracker.WebAPI2.PageViewTrackerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
TrackPageViewAsync ( this tracker, HttpRequestMessage httpRequest, string pageTitle, string pageUrl = null ) : Task
TrackPageViewAsync ( this tracker, string pageTitle, string pageUrl = null ) : Task

Описание методов

TrackPageViewAsync() публичный статический Метод

public static TrackPageViewAsync ( this tracker, HttpRequestMessage httpRequest, string pageTitle, string pageUrl = null ) : Task
tracker this
httpRequest System.Net.Http.HttpRequestMessage
pageTitle string
pageUrl string
Результат Task

TrackPageViewAsync() публичный статический Метод

public static TrackPageViewAsync ( this tracker, string pageTitle, string pageUrl = null ) : Task
tracker this
pageTitle string
pageUrl string
Результат Task