MultipartContentAdd Method
Add a new content to the MultipartContent

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public virtual void Add(
	Content content
)

Parameters

content
Type: Aspose.Html.NetContent
Content to be added to the MultipartContent
See Also