ContentDispositionHeaderValueParameters Property
Get collection of paremeters

Namespace: Aspose.Html.Net.Headers
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public ICollection<NameValueHeaderValue> Parameters { get; }

Property Value

Type: ICollectionNameValueHeaderValue
The parameters.
See Also