Skip to content

Commit e00f1f8

Browse files
committed
Removed extra line space
1 parent 95d559d commit e00f1f8

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

aspnetcore/fundamentals/minimal-apis/includes/parameter-binding10.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ You can also implement validation within your custom binding logic:
422422

423423
[View or download the sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/minimal-apis/10.0-samples/CustomBindingExample) ([how to download](xref:index#how-to-download-a-sample))
424424

425-
426425
### Configure JSON deserialization options for body binding
427426

428427
The body binding source uses <xref:System.Text.Json?displayProperty=fullName> for deserialization. It is ***not*** possible to change this default, but JSON serialization and deserialization options can be configured.

aspnetcore/fundamentals/minimal-apis/includes/parameter-binding7.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ You can also implement validation within your custom binding logic:
348348

349349
[View or download the sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/minimal-apis/7.0-samples/CustomBindingExample) ([how to download](xref:index#how-to-download-a-sample))
350350

351-
352351
### Configure JSON deserialization options for body binding
353352

354353
The body binding source uses <xref:System.Text.Json?displayProperty=fullName> for deserialization. It is ***not*** possible to change this default, but JSON serialization and deserialization options can be configured.

aspnetcore/fundamentals/minimal-apis/includes/parameter-binding8.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ You can also implement validation within your custom binding logic:
422422

423423
[View or download the sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/fundamentals/minimal-apis/8.0-samples/CustomBindingExample) ([how to download](xref:index#how-to-download-a-sample))
424424

425-
426425
### Configure JSON deserialization options for body binding
427426

428427
The body binding source uses <xref:System.Text.Json?displayProperty=fullName> for deserialization. It is ***not*** possible to change this default, but JSON serialization and deserialization options can be configured.

0 commit comments

Comments
 (0)