Redirection page
This page was created by Lars.olofsson@mdriven.net on 2020-08-08. Last edited by Stephanie@mdriven.net on 2025-01-22.

If your user requests an page on your site that doesn't exist, Turnkey will redirect the request to a viewmodel called ErrorView

If you have two variables in that ErrorView, these will be filled with information about the error.

RawURL, string will hold the URL path that brought the user to the error page

Error, string will hold the error code, for example 400

The ErrorView