FormFileModelBinder 클래스

정의

IModelBinder 에 게시된 파일을 바인딩하는 IFormFile구현입니다.

public ref class FormFileModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class FormFileModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type FormFileModelBinder = class
    interface IModelBinder
Public Class FormFileModelBinder
Implements IModelBinder
상속
FormFileModelBinder
구현

생성자

FormFileModelBinder()
사용되지 않음.

이 생성자는 사용되지 않으며 이후 버전에서 제거됩니다. 권장되는 대안은 를 사용하는 오버로드입니다 ILoggerFactory.

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

FormFileModelBinder(ILoggerFactory)

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

메서드

BindModelAsync(ModelBindingContext)

모델을 바인딩하려고 시도합니다.

적용 대상