Update json-transcoding-binding.md (#27665)

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
pull/27690/head
James Newton-King 2022-11-19 12:09:34 +08:00 committed by GitHub
parent eb436d0fb4
commit 4370b38a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -51,7 +51,12 @@ To bind a field on a nested message, specify the path to the field. In the follo
[!code-protobuf[](~/grpc/json-transcoding-binding/route.proto?highlight=4,11)]
Route constraints, default values, and optional parameters aren't supported by transcoding.
Transcoding routes and [ASP.NET Core routes](xref:fundamentals/routing) have a similar syntax and feature set. However, some ASP.NET Core routing features aren't supported by transcoding. These include:
* [Route constraints](xref:fundamentals/routing#route-constraints)
* [Default values](xref:fundamentals/routing#route-templates)
* [Optional parameters](xref:fundamentals/routing#route-templates)
* [Complex segments](xref:fundamentals/routing#complex-segments)
### Request body