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