System::Net::Http::Headers::ContentDispositionHeaderValue::Parse method

ContentDispositionHeaderValue::Parse method

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

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

ReturnValue

An instance of the ContentDispositionHeaderValue class.

See Also