IFormFile.CopyTo(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the contents of the uploaded file to the target
stream.
public:
void CopyTo(System::IO::Stream ^ target);
public void CopyTo (System.IO.Stream target);
abstract member CopyTo : System.IO.Stream -> unit
Public Sub CopyTo (target As Stream)
Parameters
- target
- Stream
The stream to copy the file contents to.