Click or drag to resize

PluginMimeTypes Property

Gets the MIME types supported by this plugin.

Namespace:  DotNetBrowser.Plugins
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IEnumerable<MimeType> MimeTypes { get; }

Property Value

Type: IEnumerableMimeType
A collection of the MIME types supported by this plugin.
See Also