C# 클래스 GoogleAnalyticsTracker.WebAPI2.PageViewTrackerExtensions

파일 보기 프로젝트 열기: maartenba/GoogleAnalyticsTracker

공개 메소드들

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