IApiRequestFormatMetadataProvider.GetSupportedContentTypes Metoda

Definice

Získá filtrovaný seznam typů obsahu, které jsou podporovány IInputFormatter pro a objectType contentType.

public:
 System::Collections::Generic::IReadOnlyList<System::String ^> ^ GetSupportedContentTypes(System::String ^ contentType, Type ^ objectType);
public System.Collections.Generic.IReadOnlyList<string> GetSupportedContentTypes (string contentType, Type objectType);
public System.Collections.Generic.IReadOnlyList<string>? GetSupportedContentTypes (string contentType, Type objectType);
abstract member GetSupportedContentTypes : string * Type -> System.Collections.Generic.IReadOnlyList<string>
Public Function GetSupportedContentTypes (contentType As String, objectType As Type) As IReadOnlyList(Of String)

Parametry

contentType
String

Typ obsahu, pro který jsou podporované typy obsahu požadované, nebo null , pokud je možné použít nějaký typ obsahu.

objectType
Type

Požadované Type podporované typy obsahu.

Návraty

IReadOnlyList<String>

Typy obsahu, které jsou podporovány .IInputFormatter

Platí pro