Skip to content

Commit

Permalink
chore(dotnet): use csharp types in Frame and Page (#5961)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Mar 26, 2021
1 parent 12e0062 commit 475a6fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/src/api/csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ The options that control custom behaviour when parsing the JSON.
Gets the [System.Net.HttpStatusCode] code of the response.

### param: ElementHandle.selectOption.values = %%-csharp-select-options-values-%%
### param: ElementHandle.setInputFiles.files = %%-csharp-input-files-%%
### param: ElementHandle.setInputFiles.files = %%-csharp-input-files-%%

### param: Frame.selectOption.values = %%-csharp-select-options-values-%%
### param: Frame.setInputFiles.files = %%-csharp-input-files-%%

### param: Page.selectOption.values = %%-csharp-select-options-values-%%
### param: Page.setInputFiles.files = %%-csharp-input-files-%%

0 comments on commit 475a6fe

Please sign in to comment.