MultipartContent Constructor (String, String)
Create a new instance of the MultipartContent class with subtype and boundary.

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

Parameters

subtype
Type: SystemString
The subtype
boundary
Type: SystemString
The boundary
Exceptions
ExceptionCondition
ArgumentExceptionThe argument cannot be null or empty string.
See Also