MultipartContent
MultipartContent()
Create a new instance of the MultipartContent class.
public MultipartContent()
See Also
- class MultipartContent
- namespace Aspose.Html.Net
- assembly Aspose.HTML
MultipartContent(string)
Create a new instance of the MultipartContent class with subtype.
public MultipartContent(string subtype)
| Parameter | Type | Description |
|---|---|---|
| subtype | String | The subtype |
See Also
- class MultipartContent
- namespace Aspose.Html.Net
- assembly Aspose.HTML
MultipartContent(string, string)
Create a new instance of the MultipartContent class with subtype and boundary.
public MultipartContent(string subtype, string boundary)
| Parameter | Type | Description |
|---|---|---|
| subtype | String | The subtype |
| boundary | String | The boundary |
Exceptions
| exception | condition |
|---|---|
| ArgumentException | The argument cannot be null or empty string. |
See Also
- class MultipartContent
- namespace Aspose.Html.Net
- assembly Aspose.HTML