다음을 통해 공유


FormFile 클래스

정의

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
상속
FormFile
구현

생성자

FormFile(Stream, Int64, Int64, String, String)

FormFile새 인스턴스를 초기화합니다.

속성

ContentDisposition

업로드된 파일의 원시 Content-Disposition 헤더를 가져옵니다.

ContentType

업로드된 파일의 원시 Content-Type 헤더를 가져옵니다.

FileName

Content-Disposition 헤더에서 파일 이름을 가져옵니다.

Headers

업로드된 파일의 헤더 사전을 가져옵니다.

Length

파일 길이를 바이트 단위로 가져옵니다.

Name

Content-Disposition 헤더에서 이름을 가져옵니다.

메서드

CopyTo(Stream)

업로드된 파일의 내용을 target 스트림에 복사합니다.

CopyToAsync(Stream, CancellationToken)

업로드된 파일의 내용을 target 스트림에 비동기적으로 복사합니다.

OpenReadStream()

업로드된 파일을 읽기 위한 요청 스트림을 엽니다.

적용 대상