Click or drag to resize

FileValueContentType Property

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

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public MimeType ContentType { get; }

Property Value

Type: MimeType

Implements

IFileValueContentType
See Also