AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

CMSNavigationEngine..::..ResolvedNavigation Properties

The CMSNavigationEngine..::..ResolvedNavigation type exposes the following members.

Properties


  Name Description
Public property Navigation
The final destination Navigation after redirect-chain resolution.
Public property OriginalID
ID of the first-hop Navigation the request URL resolved to, before any redirects were followed. Equals Navigation.ID when Redirect is false.
Public property Redirect
true when the engine walked at least one RedirectLink hop to reach Navigation; false when the request URL resolved directly.
Public property 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.