MultipartFormDataContent.Add
Contents
[
Hide
]Add(Content)
Add the content to the MultipartFormDataContent class
public override void Add(Content content)
| Parameter | Type | Description |
|---|---|---|
| content | Content | The content. |
See Also
- class Content
- class MultipartFormDataContent
- namespace Aspose.Html.Net
- assembly Aspose.HTML
Add(Content, string)
Add the content to the MultipartFormDataContent class with field name parameter
public void Add(Content content, string name)
| Parameter | Type | Description |
|---|---|---|
| content | Content | The content. |
| name | String | The field name. |
See Also
- class Content
- class MultipartFormDataContent
- namespace Aspose.Html.Net
- assembly Aspose.HTML
Add(Content, string, string)
Add the content to the MultipartFormDataContent class with field and file name parameter
public void Add(Content content, string name, string fileName)
| Parameter | Type | Description |
|---|---|---|
| content | Content | The content. |
| name | String | The field name. |
| fileName | String | The file name. |
See Also
- class Content
- class MultipartFormDataContent
- namespace Aspose.Html.Net
- assembly Aspose.HTML