Handle not found (404) when using DynamicRouteValueTransformer
Open
area-mvc
feature-routing
investigate
question
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 276
Description
In `TransformAsync` I return `null` if I can not resolve to path. That seems to break any status code pages that I have added like this `app.UseStatusCodePagesWithReExecute("/Home/HandleError/{0}");`. How can I solve this?
Contributor guide
Assessment
This issue has not been assessed yet.