System::Net::Http::Headers::ContentDispositionHeaderValue::get_Parameters method

ContentDispositionHeaderValue::get_Parameters method

Returns a parameters collection of the ‘Content-Disposition’ header.

System::SharedPtr<Collections::Generic::ICollection<System::SharedPtr<NameValueHeaderValue>>> System::Net::Http::Headers::ContentDispositionHeaderValue::get_Parameters()

ReturnValue

A parameters collection of the ‘Content-Disposition’ header.

See Also