commit
1721e2778e
|
@ -272,7 +272,7 @@ The [Accept-Language header](https://www.w3.org/International/questions/qa-accep
|
|||
|
||||
6. Tap the language, then tap **Move Up**.
|
||||
|
||||
::: moniker range=">= aspnetcore-3.1"
|
||||
::: moniker range="> aspnetcore-3.1"
|
||||
### The Content-Language HTTP header
|
||||
|
||||
The [Content-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Language) entity header:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
{
|
||||
"op": "copy",
|
||||
"from": "/orders/0",
|
||||
"path": "/orders/1"
|
||||
"from": "/orders/1",
|
||||
"path": "/orders/0"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue