TelemetryClient.TrackPageView Method

Definition

Overloads

TrackPageView(PageViewTelemetry)

Send information about the page viewed in the application.

TrackPageView(String)

Send information about the page viewed in the application.

TrackPageView(PageViewTelemetry)

Send information about the page viewed in the application.

public:
 void TrackPageView(Microsoft::VisualStudio::ApplicationInsights::DataContracts::PageViewTelemetry ^ telemetry);
public void TrackPageView (Microsoft.VisualStudio.ApplicationInsights.DataContracts.PageViewTelemetry telemetry);
member this.TrackPageView : Microsoft.VisualStudio.ApplicationInsights.DataContracts.PageViewTelemetry -> unit
Public Sub TrackPageView (telemetry As PageViewTelemetry)

Parameters

telemetry
PageViewTelemetry

Applies to

TrackPageView(String)

Send information about the page viewed in the application.

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

Parameters

name
String

Name of the page.

Applies to