Skip to content

Commit

Permalink
Merge branch 'development' into en/mssql-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Go-coder-go authored Sep 20, 2024
2 parents 7d49345 + bdbd12b commit 4851a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/context/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parts of the request.
// the Bind() method will map the incoming request to variable p
```

### Binding multipart-form data
- `Binding multipart-form data`
- To bind multipart-form data, you can use the Bind method similarly. The struct fields should be tagged appropriately
to map the form fields to the struct fields.

Expand Down

0 comments on commit 4851a1e

Please sign in to comment.