From c381bf8252dde930b4c6db6ba82b10fd2b68159f Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Mon, 5 Aug 2024 18:01:46 +0300 Subject: [PATCH] docs: fix in Update release-notes-csharp.md Signed-off-by: Meir Blachman --- docs/src/release-notes-csharp.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 647ba6431f..e8e4b15d5f 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -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() {