Click or drag to resize

TextData Constructor

Creates a new instance containing the specified data.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public TextData(
	string data
)

Parameters

data
Type: SystemString
The upload data as a string.
See Also