HttpContentDispositionHeaderValue.Parameters Property

Definition

Gets a set of parameters included in the Content-Disposition HTTP header.

public:
 property IVector<HttpNameValueHeaderValue ^> ^ Parameters { IVector<HttpNameValueHeaderValue ^> ^ get(); };
IVector<HttpNameValueHeaderValue> Parameters();
public IList<HttpNameValueHeaderValue> Parameters { get; }
var iVector = httpContentDispositionHeaderValue.parameters;
Public ReadOnly Property Parameters As IList(Of HttpNameValueHeaderValue)

Property Value

A set of parameters.

Applies to