Parse()

ContentDispositionHeaderValue::Parse(String) method

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

static System::SharedPtr<ContentDispositionHeaderValue> System::Net::Http::Headers::ContentDispositionHeaderValue::Parse(String input)

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the ContentDispositionHeaderValue class.

See Also