NameValueHeaderValue.Parse(String) Método

Definição

Converte uma cadeia numa NameValueHeaderValue instância.

public:
 static System::Net::Http::Headers::NameValueHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.NameValueHeaderValue Parse(string input);
static member Parse : string -> System.Net.Http.Headers.NameValueHeaderValue
Public Shared Function Parse (input As String) As NameValueHeaderValue

Parâmetros

input
String

Uma cadeia que representa a informação do valor do nome e do cabeçalho.

Devoluções

Um NameValueHeaderValue exemplo.

Exceções

input é uma null referência.

input não é válido valor do nome informação do valor do cabeçalho.

Aplica-se a