You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/new_features_on_new_versions.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,10 @@ The first version of CodeBehind is based on .NET Core version 7.0; if the versio
287
287
288
288
## Version 3.3
289
289
290
+
**New features:**
291
+
- Adding two middleware named `UseCodeBehindNextNotFound` and `UseCodeBehindRouteNextNotFound` to continue the process if the page or controller is not found
292
+
290
293
**Problems that were solved:**
291
294
- Resolving the problem of detecting multi line between `text` tag in Razor syntax code blocks
292
295
- Solving the problem of ignoring cache parameters
0 commit comments