Skip to content

Commit fc54bc3

Browse files
committed
Move from binding ..
1 parent 09c2f2a commit fc54bc3

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

projects/.net8/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,6 @@
113113

114114
This example shows how to use Blazor SSR with MVC, Razor Pages and Minimal API in the same system.
115115

116-
## Minimal API Improvements
117-
118-
* [Minimal API Form Model Binding](minimal-api-form-model-binding)
119-
120-
This sample demonstrates the ability to use `[FromForm]` binding in Minimal API.
121-
122116
## IExceptionHandler
123117

124118
* [IExceptionHandler](iexception-handler)

projects/minimal-api/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,11 @@ In these examples we are using the familiar `Host.CreateDefaultBuilder(args)` ho
147147

148148
* [Route Group - 3](map-group-3)
149149

150-
Use `.ExcludeFromDescription` to exclude endpoints from OpenAPI description.
150+
Use `.ExcludeFromDescription` to exclude endpoints from OpenAPI description.
151+
152+
153+
## Minimal API Improvements
154+
155+
* [Minimal API Form Model Binding](minimal-api-form-model-binding)
156+
157+
This sample demonstrates the ability to use `[FromForm]` binding in Minimal API.
File renamed without changes.

0 commit comments

Comments
 (0)