CacheControlHeaderValue.Parse(String) Metod

Definition

Konverterar en sträng till en CacheControlHeaderValue instans.

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

Parametrar

input
String

En sträng som representerar värdeinformation för cache-control-huvud.

Returer

En CacheControlHeaderValue instans.

Undantag

input är en null referens.

input är inte giltig värdeinformation för cache-control-huvudet.

Gäller för