TelemetryClient.TrackPageView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.