StringContent Constructor (String)
Initializes a new instance of the StringContent class.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public StringContent(
	string content
)

Parameters

content
Type: SystemString
The content.
See Also