IInputFormatter Rozhraní

Definice

Načte objekt z textu požadavku.

public interface class IInputFormatter
public interface IInputFormatter
type IInputFormatter = interface
Public Interface IInputFormatter
Odvozené

Metody

CanRead(InputFormatterContext)

Určuje, zda to IInputFormatter může deserializovat objekt context's ModelType.

ReadAsync(InputFormatterContext)

Načte objekt z textu požadavku.

Platí pro