OutputFormatter.GetSupportedContentTypes(String, Type) 메서드

정의

contentType에 대해 objectType 에서 지원하는 IOutputFormatter 콘텐츠 형식의 필터링된 목록을 가져옵니다.

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

매개 변수

contentType
String

지원되는 콘텐츠 형식이 필요한 콘텐츠 형식이거나 null 콘텐츠 형식을 사용할 수 있는 경우 입니다.

objectType
Type

Type 지원되는 콘텐츠 형식이 필요한 입니다.

반환

에서 지원하는 IOutputFormatter콘텐츠 형식입니다.

구현

적용 대상