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