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