ContentDispositionHeaderValue.Parse(String) Methode

Definitie

Converteert een tekenreeks naar een ContentDispositionHeaderValue exemplaar.

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

Parameters

input
String

Een tekenreeks die informatie over de waarde van de inhoudsopstellingsheader vertegenwoordigt.

Retouren

Een ContentDispositionHeaderValue exemplaar.

Uitzonderingen

input is een null verwijzing.

input is ongeldige informatie over de waarde van de inhoudsopstellingsheader.

Van toepassing op