get_Parameters()

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()

Return Value

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

See Also