IInputFormatter 介面

定義

從要求本文讀取 物件。

public interface class IInputFormatter
public interface IInputFormatter
type IInputFormatter = interface
Public Interface IInputFormatter
衍生

方法

CanRead(InputFormatterContext)

判斷這 IInputFormatter 是否可以還原序列化 的 ModelType 物件 context

ReadAsync(InputFormatterContext)

從要求本文讀取 物件。

適用於