File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aspnetcore/fundamentals/minimal-apis/includes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ By implementing the <xref:Microsoft.AspNetCore.Http.IBindableFromHttpContext%601
301301
302302The 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
306306You can also implement validation within your custom binding logic:
307307
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ By implementing the <xref:Microsoft.AspNetCore.Http.IBindableFromHttpContext%601
373373
374374The 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
378378You can also implement validation within your custom binding logic:
379379
You can’t perform that action at this time.
0 commit comments