Gets the MIME types supported by this plugin.
Namespace:
DotNetBrowser.Plugins
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public IEnumerable<MimeType> MimeTypes { get; }
Property Value
Type:
IEnumerableMimeTypeA collection of the MIME types supported by this plugin.
See Also