Sdílet prostřednictvím


ContentDispositionHeaderValue.Parse(String) Metoda

Definice

Převede řetězec na ContentDispositionHeaderValue instanci.

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

Parametry

input
String

Řetězec, který představuje informace o hodnotě hlavičky dispozice obsahu.

Návraty

Instance ContentDispositionHeaderValue .

Výjimky

input je odkaz null .

input není platná informace o hodnotě hlavičky dispozice obsahu.

Platí pro