Encodes a multi-part form.
More...
|
Stream | Encode (IFormCollection form) |
| Encodes a form.- Parameters
-
- Returns
|
|
const string | BOUNDARY = "--boundary" |
| The boundary marker.
|
const string | CONTENT_DISPOSITION = "Content-Disposition" |
| The Content-Disposition marker.
|
const string | CONTENT_TYPE = "Content-Type" |
| The Content-Type marker.
|
const string | CONTENT_LENGTH = "Content-Length" |
| The Content-Length marker.
|
const string | NAME = "name" |
| The name key.
|
const string | FILE_NAME = "filename" |
| The filename key.
|
Encodes a multi-part form.
◆ Encode()
Stream PeanutButter.TestUtils.AspNetCore.Utils.MultiPartBodyEncoder.Encode |
( |
IFormCollection | form | ) |
|
The documentation for this class was generated from the following file:
- source/TestUtils/PeanutButter.TestUtils.AspNetCore/Utils/MultiPartBodyEncoder.cs