ServicesModelBinder 클래스

정의

IModelBinder 모델에 바인딩 소스 Services가 있는 경우 요청 서비스에서 모델을 바인딩하는 입니다.

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

생성자

ServicesModelBinder()

IModelBinder 모델에 바인딩 소스 Services가 있는 경우 요청 서비스에서 모델을 바인딩하는 입니다.

메서드

BindModelAsync(ModelBindingContext)

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

적용 대상