CacheControlHeaderValue.Parse(String) Method

Definition

Converts a string to an CacheControlHeaderValue instance.

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

Parameters

input
String

A string that represents cache-control header value information.

Returns

A CacheControlHeaderValue instance.

Exceptions

input is a null reference.

input is not valid cache-control header value information.

Applies to