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

정의

IList<T>String 사용하여 및 관련 매개 변수로 MediaTypeHeaderValue 구문 분석합니다. 문자열에 잘못된 데이터가 있으면 을 throw합니다.

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

매개 변수

inputs
IList<String>

미디어 유형 목록

반환

구문 분석된 MediaTypeHeaderValue입니다.

적용 대상