Nucleus .Net Core CMS

Models.FoundPage Class

Namespace: Nucleus.Abstractions.Models
Assembly: Nucleus.Abstractions.dll
This class is used to cache page route matches, including when a page route partly matched a route - along with the LocalPath (non-matching part of the path) for later use.

Properties

Page Property

Represents the matched page

RequestPath Property

Represents the full matched path

LocalPath Property

Represents parameters which are specified at the end of the local (page route) path.

MatchedRoute Property

The route that was matched to find the page.