메소드 | 설명 | |
---|---|---|
Add ( IFormDecoder decoder ) : void |
Add a decoder.
|
|
Decode ( string contentType, Stream stream, |
|
public Decode ( string contentType, Stream stream, |
||
contentType | string | Should contain boundary and type, as in: multipart/form-data; boundary=---------------------------230051238959 |
stream | Stream | Stream containg form data. |
encoding | Encoding used when decoding the stream | |
리턴 |