NameValueWithParametersHeaderValue.Parse(String) Método

Definição

Converte uma cadeia numa NameValueWithParametersHeaderValue instância.

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

Parâmetros

input
String

Uma cadeia que representa o valor do nome com informação do valor do cabeçalho do parâmetro.

Devoluções

Um NameValueWithParametersHeaderValue exemplo.

Exceções

input é uma null referência.

input não é válido valor de nome com informação de valor do cabeçalho do parâmetro.

Aplica-se a