CMSNavigationEngine..::..ResolvedNavigation Properties
The CMSNavigationEngine..::..ResolvedNavigation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
Navigation |
The final destination Navigation after redirect-chain resolution.
|
|
|
OriginalID |
ID of the first-hop Navigation the request URL resolved to, before
any redirects were followed. Equals Navigation.ID when
Redirect is false.
|
|
|
Redirect |
true when the engine walked at least one RedirectLink hop
to reach Navigation; false when the request URL resolved
directly.
|
|
|
ResponseCode |
HTTP response code the caller should apply — "404" for inactive, the
initial Nav's RedirectResponseCode (or "200" if empty) for a redirect,
"200" otherwise. Set from the initial Nav before the chain walk, intentionally
not re-evaluated against the destination.
|

