MultipartFormDataContent.Add
inhoud
[
verbergen
]Add(Content)
Voeg de inhoud toe aan hetMultipartFormDataContent klasse
public override void Add(Content content)
| Parameter | Type | Beschrijving |
|---|---|---|
| content | Content | De inhoud. |
Zie ook
- class Content
- class MultipartFormDataContent
- naamruimte Aspose.Html.Net
- montage Aspose.HTML
Add(Content, string)
Voeg de inhoud toe aan hetMultipartFormDataContent klasse met veldnaam parameter
public void Add(Content content, string name)
| Parameter | Type | Beschrijving |
|---|---|---|
| content | Content | De inhoud. |
| name | String | De veldnaam. |
Zie ook
- class Content
- class MultipartFormDataContent
- naamruimte Aspose.Html.Net
- montage Aspose.HTML
Add(Content, string, string)
Voeg de inhoud toe aan hetMultipartFormDataContent klasse met veld- en bestandsnaam parameter
public void Add(Content content, string name, string fileName)
| Parameter | Type | Beschrijving |
|---|---|---|
| content | Content | De inhoud. |
| name | String | De veldnaam. |
| fileName | String | De bestandsnaam. |
Zie ook
- class Content
- class MultipartFormDataContent
- naamruimte Aspose.Html.Net
- montage Aspose.HTML