System.Net.Mime.ContentDisposition.Parameters Property

Gets the parameters included in the Content-Disposition header represented by this instance.

Syntax

public System.Collections.Specialized.StringDictionary Parameters { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Typically, the parameters are determined by the property values so you do not need to access them. If you need to add or change parameter information, modify the dictionary returned by the ContentDisposition.Parameters property.

The Content-Disposition header is described in RFC 2183, available at tp://www.ietf.org/.

Requirements

Namespace: System.Net.Mime
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0