ContentDispositionHeaderValue.Parameters

ContentDispositionHeaderValue.Parameters property

Get collection of paremeters

public ICollection<NameValueHeaderValue> Parameters { get; }

Property Value

The parameters.

See Also