Skip to content

Commit 8ba652c

Browse files
committed
Fixed code link
1 parent 9100687 commit 8ba652c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ By implementing the <xref:Microsoft.AspNetCore.Http.IBindableFromHttpContext%601
301301

302302
The following is an example implementation of a custom parameter that binds from an HTTP header:
303303

304-
:::code language="csharp" source="~/fundamentals/minimal-apis/7.0-samples/CustomBindingExample/CustomBoundParameter.cs":::
304+
:::code language="csharp" source="~/fundamentals/minimal-apis/7.0-samples/CustomBindingExample/CustomBoundParameters.cs":::
305305

306306
You can also implement validation within your custom binding logic:
307307

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ By implementing the <xref:Microsoft.AspNetCore.Http.IBindableFromHttpContext%601
373373

374374
The following is an example implementation of a custom parameter that binds from an HTTP header:
375375

376-
:::code language="csharp" source="~/fundamentals/minimal-apis/8.0-samples/CustomBindingExample/CustomBoundParameter.cs":::
376+
:::code language="csharp" source="~/fundamentals/minimal-apis/8.0-samples/CustomBindingExample/CustomBoundParameters.cs":::
377377

378378
You can also implement validation within your custom binding logic:
379379

0 commit comments

Comments
 (0)