Update parameter-binding.md (#27877)
parent
ad34d4122f
commit
e94dab8481
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue