I can't really seem to find a way to handle 404 Not Found with this router.
I tried this but ...
this.Handle("{404}", this.InitialView)
this.Handle("{404}/{404}", this.InitialView)
this.Handle("{404}/{404}/{404}", this.InitialView)
It's pretty obviously wrong.
Any tips or is this unsupported?
I can't really seem to find a way to handle 404 Not Found with this router.
I tried this but ...
It's pretty obviously wrong.
Any tips or is this unsupported?