MultipartContent Constructor (String, String) |
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic MultipartContent(
string subtype,
string boundary
)
Public Sub New (
subtype As String,
boundary As String
)
public:
MultipartContent(
String^ subtype,
String^ boundary
)
new :
subtype : string *
boundary : string -> MultipartContent
Parameters
- subtype
- Type: SystemString
The subtype - boundary
- Type: SystemString
The boundary
Exceptions
See Also