# FileDialogFileType.MimeTypes property

The MIME types this type matches, such as `image/png`. Used on platforms that identify files by MIME type rather than by extension.

```csharp
public IReadOnlyList<string>? MimeTypes { get; set; }
```

## See Also

* class [FileDialogFileType](../FileDialogFileType.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
