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.Svg.Net
- assembly Aspose.SVG
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.Svg.Net
- assembly Aspose.SVG
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.Svg.Net
- assembly Aspose.SVG