IHTMLPerformanceNavigation interface

The IHTMLPerformanceNavigation interface provides properties that describe the user navigation and server actions required to load the document into the window object.

Members

The IHTMLPerformanceNavigation interface inherits from the IDispatch interface. IHTMLPerformanceNavigation also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLPerformanceNavigation interface has these methods.

Method Description
toJSON

Returns the calling object as a JSON object.

 

Properties

The IHTMLPerformanceNavigation interface has these properties.

Property Description

redirectCount

The IHTMLPerformanceNavigation::redirectCount property must return the number of redirects since the last non-redirect navigation under the current browsing context. If there is no redirect or there is any redirect that is not from the same origin as the destination document, this property must return zero.

type

The IHTMLPerformanceNavigation::type property must return the type of the last non-redirect navigation in the current browsing context.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch