docs: fix in Update release-notes-csharp.md

Signed-off-by: Meir Blachman <meirblachman@gmail.com>
This commit is contained in:
Meir Blachman 2024-08-05 18:01:46 +03:00 committed by GitHub
parent 613ccb8d5b
commit c381bf8252
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,8 +156,7 @@ await Page.RemoveLocatorHandlerAsync(locator);
**Miscellaneous options** **Miscellaneous options**
- New method [`method: FormData.append`] allows to specify repeating fields with the same name in [`Multipart`](./api/class-apirequestcontext#api-request-context-fetch-option-multipart) option in `APIRequestContext.FetchAsync()`: - New method [`method: FormData.append`] allows to specify repeating fields with the same name in [`Multipart`](./api/class-apirequestcontext#api-request-context-fetch-option-multipart) option in `APIRequestContext.FetchAsync()`:
- ``` - ```csharp
```csharp
var formData = Context.APIRequest.CreateFormData(); var formData = Context.APIRequest.CreateFormData();
formData.Append("file", new FilePayload() formData.Append("file", new FilePayload()
{ {