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. 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
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
Applies to
Azure SDK for .NET