MultipartFormDataContentAdd Method (Content, String) |
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public void Add(
Content content,
string name
)
Public Sub Add (
content As Content,
name As String
)
public:
void Add(
Content^ content,
String^ name
)
member Add :
content : Content *
name : string -> unit
Parameters
- content
- Type: Aspose.Html.NetContent
The content. - name
- Type: SystemString
The field name.
See Also