redirectCount property
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.
Syntax
HRESULT value = object.get_redirectCount(* p);
Property values
Type: unsigned long
The number of redirects since the last non-redirect navigation under the current browsing context.
Standards information
- Navigation Timing, Section 4.3