TelemetryClient.TrackPageView Method

Definition

Overloads

TrackPageView(PageViewTelemetry)

Send information about the page viewed in the application. Create a separate PageViewTelemetry instance for each call to TrackPageView(PageViewTelemetry).

TrackPageView(String)

Send information about the page viewed in the application.

TrackPageView(PageViewTelemetry)

Send information about the page viewed in the application. Create a separate PageViewTelemetry instance for each call to TrackPageView(PageViewTelemetry).

public void TrackPageView (Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry telemetry);
Parameters
telemetry
PageViewTelemetry

TrackPageView(String)

Send information about the page viewed in the application.

public void TrackPageView (string name);
Parameters
name
String

Name of the page.