IInputFormatter Interface

Definition

Reads an object from the request body.

public interface class IInputFormatter
public interface IInputFormatter
type IInputFormatter = interface
Public Interface IInputFormatter
Derived

Methods

CanRead(InputFormatterContext)

Determines whether this IInputFormatter can deserialize an object of the context's ModelType.

ReadAsync(InputFormatterContext)

Reads an object from the request body.

Applies to