| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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!
RegexToolbox.NET: Regular expression tools for .NET developers
| Back | FazBrowse Home | New Git URL |