IInputFormatter 인터페이스

정의

요청 본문에서 개체를 읽습니다.

public interface class IInputFormatter
public interface IInputFormatter
type IInputFormatter = interface
Public Interface IInputFormatter
파생

메서드

CanRead(InputFormatterContext)

IInputFormatter 개체contextModelType를 역직렬화할 수 있는지 여부를 결정합니다.

ReadAsync(InputFormatterContext)

요청 본문에서 개체를 읽습니다.

적용 대상