Nucleus .Net Core CMS

Models.PageRoute.PageRouteTypes Class

Namespace: Nucleus.Abstractions.Models.PageRoute
Assembly: Nucleus.Abstractions.dll
Represents a page route.

Remarks

Pages may have one or more (or no) routes, and will navigated to if any of their routes are in the request local path.

Fields

Active Field

Page is active and can be navigated to.

PermanentRedirect Field

Page is a redirect, a 301-Moved permanently response is returned if this route is requested.