Click or drag to resize

DownloadInfoMimeType Property

Gets the MIME type of this download.

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

Property Value

Type: MimeType
The MIME type of this download.
See Also