We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87142f4 commit f7d6411Copy full SHA for f7d6411
1 file changed
aspnetcore/fundamentals/minimal-apis/includes/responses7-8.md
@@ -247,7 +247,7 @@ By implementing the <xref:Microsoft.AspNetCore.Http.IBindableFromHttpContext%601
247
248
The following is an example implementation of a custom parameter that binds from an HTTP header:
249
250
-:::code language="csharp" source="~/fundamentals/minimal-apis/8.0-samples/CustomBindingExample/CustomBoundParameter.cs":::
+:::code language="csharp" source="~/fundamentals/minimal-apis/8.0-samples/CustomBindingExample/CustomBoundParameters.cs":::
251
252
You can also implement validation within your custom binding logic:
253
0 commit comments