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);
member this.TrackPageView : Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry -> unit
Public Sub TrackPageView (telemetry As PageViewTelemetry)

Parameters

telemetry
PageViewTelemetry

Remarks

Learn more

Applies to

TrackPageView(String)

Send information about the page viewed in the application.

public void TrackPageView (string name);
member this.TrackPageView : string -> unit
Public Sub TrackPageView (name As String)

Parameters

name
String

Name of the page.

Remarks

Learn more

Applies to