Share via


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

정의

입력 시퀀스를 값 시 SetCookieHeaderValue 퀀스로 구문 분석합니다.

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

매개 변수

inputs
IList<String>

구문 분석할 값입니다.

반환

구문 분석된 값입니다.

적용 대상