NameValueHeaderValue.ParseStrictList(IList<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses a sequence of inputs as a sequence of NameValueHeaderValue values using string parsing rules.
public:
static System::Collections::Generic::IList<Microsoft::Net::Http::Headers::NameValueHeaderValue ^> ^ ParseStrictList(System::Collections::Generic::IList<System::String ^> ^ input);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue> ParseStrictList (System.Collections.Generic.IList<string> input);
public static System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue> ParseStrictList (System.Collections.Generic.IList<string>? input);
static member ParseStrictList : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Net.Http.Headers.NameValueHeaderValue>
Public Shared Function ParseStrictList (input As IList(Of String)) As IList(Of NameValueHeaderValue)
Parameters
Returns
The parsed values.