404Component

When a url is not found, the 404 component is rendered. This can be customised and replaced but creating your own component and then replacing the NotFoundComponent component in the appSettings with yours

"NotFoundComponent": "ZauberCMS.Components.Pages.NotFound404",

The same applies to the missing view component, this is displayed when you have created a page but not set the Content View for the page to display. This can be replaced here

"MissingView": "ZauberCMS.Components.Pages.MissingView",

Last updated