Udostępnij za pośrednictwem


IInputFormatter.CanRead(InputFormatterContext) Metoda

Definicja

Określa, czy może to IInputFormatter deserializować obiekt contextobiektu .ModelType

public:
 bool CanRead(Microsoft::AspNetCore::Mvc::Formatters::InputFormatterContext ^ context);
public bool CanRead (Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext context);
abstract member CanRead : Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext -> bool
Public Function CanRead (context As InputFormatterContext) As Boolean

Parametry

Zwraca

truejeśli może to IInputFormatter wykonać deserializowanie obiektu contextobiektu .ModelType false Inaczej.

Dotyczy