Indicates whether the last navigation followed one or more HTTP redirects.
Syntax
object.Redirected [= value ]
Remarks
The Redirected property returns True if the current page was
redirected from the original URL. The value of this property is only
valid after navigation has completed.
Data Type
Boolean
See Also
SecurityLevel Property,
Url Property,
Navigate Method,
NavigationCompleted Event,
NavigationStarting Event
|