FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

markwhitaker/MimeTypes.NET: MIME type constants for your .NET projects · GitHub

Repository files navigation

MimeTypes.NET

A structured collection of MIME type constants to use in your .NET projects.

Replace this sort of thing...

httpContext.Response.ContentType = "application/json";

with this...

httpContext.Response.ContentType = MimeTypes.Application.Json;

Pull requests welcome!

Also for .NET developers

RegexToolbox.NET: Regular expression tools for .NET developers

MimeTypes for other languages

MimeTypes for Java

MimeTypes for Kotlin

MimeTypes for JavaScript

About

MIME type constants for your .NET projects

Topics

Resources

Contributing

Stars

14 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL