Update parameter-binding.md (#27877)

pull/27881/head
Rick Anderson 2022-12-09 17:27:06 -10:00 committed by GitHub
parent ad34d4122f
commit e94dab8481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ The following [`record`](/dotnet/csharp/language-reference/builtin-types/record)
Using a `struct` with `AsParameters` can be more performant than using a `record` type.
The [complete sample code](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/~/fundamentals/minimal-apis/samples/arg-lists) in the [AspNetCore.Docs.Samples](https://github.com/dotnet/AspNetCore.Docs.Samples) repository.
The [complete sample code](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/minimal-apis/samples/arg-lists) in the [AspNetCore.Docs.Samples](https://github.com/dotnet/AspNetCore.Docs.Samples) repository.
### Custom Binding