System::Net::Http::Headers::CacheControlHeaderValue::Parse method

CacheControlHeaderValue::Parse method

Converts a passed string to an instance of the CacheControlHeaderValue class.

static System::SharedPtr<CacheControlHeaderValue> System::Net::Http::Headers::CacheControlHeaderValue::Parse(String input)
ParameterTypeDescription
inputStringA string to parse.

ReturnValue

An instance of the CacheControlHeaderValue class.

See Also