khellang / MimeTypes

A simple lookup from file name/extension to MIME/media type, generated from mime-db, which in turn is compiled from IANA, Apache and nginx's MIME types.
Apache License 2.0
93 stars 23 forks source link

Add support for check if mime type is valid #20

Open knopa opened 1 year ago

knopa commented 1 year ago

Add support for check if mime type is valid bool IsValidMimeType(string mimeType)