Table of Contents

Class FileValue

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll
public sealed class FileValue : IFileValue
Inheritance
FileValue
Implements
Inherited Members

Constructors

FileValue(string, MimeType, byte[])

Constructor for FileValue.

FileValue(string, MimeType, string)

Constructor for FileValue.

Properties

Bytes

The file value as an array of bytes.

ContentType

The content type determined by the file extension. Equals application/octet-stream when there is no MIME type associated with the file extension.

FileName

The file name.

FilePath

The file value as a file path.