ContentDispositionHeaderValue Constructor
Create a new instance of this disposition type.

Namespace: Aspose.Html.Net.Headers
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public ContentDispositionHeaderValue(
	string dispositionType
)

Parameters

dispositionType
Type: SystemString
Disposition type
See Also