CacheControlHeaderValue.Parse(String) Metoda

Definice

Převede řetězec na CacheControlHeaderValue instanci.

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

Parametry

input
String

Řetězec, který představuje informace o hodnotě hlavičky cache-control.

Návraty

Instance CacheControlHeaderValue .

Výjimky

inputnull je odkaz.

input nejsou platné informace o hodnotě hlavičky cache-control.

Platí pro