MediaTypeHeaderValue.ParseList(IList<String>) 메서드

정의

StringIList<T> 사용하여 및 관련 매개 변수로 MediaTypeHeaderValue 구문 분석합니다.

public:
 static System::Collections::Generic::IList<Microsoft::Net::Http::Headers::MediaTypeHeaderValue ^> ^ ParseList(System::Collections::Generic::IList<System::String ^> ^ inputs);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.MediaTypeHeaderValue> ParseList (System.Collections.Generic.IList<string> inputs);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.MediaTypeHeaderValue> ParseList (System.Collections.Generic.IList<string>? inputs);
static member ParseList : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Net.Http.Headers.MediaTypeHeaderValue>
Public Shared Function ParseList (inputs As IList(Of String)) As IList(Of MediaTypeHeaderValue)

매개 변수

inputs
IList<String>

미디어 유형 목록

반환

구문 분석된 MediaTypeHeaderValue입니다.

적용 대상