MultipartFormDataContent Constructor (String)
Initializes a new instance of the MultipartFormDataContent class.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public MultipartFormDataContent(
	string boundary
)

Parameters

boundary
Type: SystemString
The boundary.
See Also