Table of Contents

Class TextData

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

The upload data of the text/plain content type.

public sealed class TextData : UploadData, IUploadData<string>, IUploadData
Inheritance
TextData
Implements
Inherited Members

Constructors

TextData(string)

Creates a new instance containing the specified data.

Properties

Data

The upload data as a string.

Operators

implicit operator TextData(string)

Converts the specified data to a new instance of BytesData.