FormFile Class
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.
Default implementation of IFormFile.
public ref class FormFile : Microsoft::AspNetCore::Http::IFormFile
public class FormFile : Microsoft.AspNetCore.Http.IFormFile
type FormFile = class
interface IFormFile
Public Class FormFile
Implements IFormFile
- Inheritance
-
FormFile
- Implements
Constructors
FormFile(Stream, Int64, Int64, String, String) |
Initializes a new instance of FormFile. |
Properties
ContentDisposition |
Gets the raw |
ContentType |
Gets the raw |
FileName |
Gets the file name from the |
Headers |
Gets the header dictionary of the uploaded file. |
Length |
Gets the file length in bytes. |
Name |
Gets the name from the |
Methods
CopyTo(Stream) |
Copies the contents of the uploaded file to the |
CopyToAsync(Stream, CancellationToken) |
Asynchronously copies the contents of the uploaded file to the |
OpenReadStream() |
Opens the request stream for reading the uploaded file. |