MultipartFormDataContentAdd Method (Content, String)
Add the content to the MultipartFormDataContent class with field name parameter

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

Parameters

content
Type: Aspose.Html.NetContent
The content.
name
Type: SystemString
The field name.
See Also