Table of Contents

Class MimeType

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
IMPORTANT
Deprecated
The MimeType interface provides contains information about a MIME type associated with a particular plugin. Navigator.MimeTypes returns an array of this object.
[Value("MimeType")]
public class MimeType
Inheritance
MimeType
Inherited Members

Remarks

Constructors

MimeType()

public MimeType()

Properties

Description

[Value("description")]
public string Description { get; }

Property Value

string

EnabledPlugin

[Value("enabledPlugin")]
public Plugin EnabledPlugin { get; }

Property Value

Plugin

Suffixes

[Value("suffixes")]
public string Suffixes { get; }

Property Value

string

Type

[Value("type")]
public string Type { get; }

Property Value

string