docs: fix in Update release-notes-csharp.md
Signed-off-by: Meir Blachman <meirblachman@gmail.com>
This commit is contained in:
parent
613ccb8d5b
commit
c381bf8252
|
|
@ -156,8 +156,7 @@ await Page.RemoveLocatorHandlerAsync(locator);
|
|||
**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()`:
|
||||
- ```
|
||||
```csharp
|
||||
- ```csharp
|
||||
var formData = Context.APIRequest.CreateFormData();
|
||||
formData.Append("file", new FilePayload()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue