You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we contrast between the usage of `Microsoft.AspNetCore.Http.StatusCodes` and `System.Net.HttpStatusCode`.
6
+
7
+
-[MediaTypeNames](media-type-names)
8
+
9
+
This class provides convenient constants for some common MIME types. It's not extensive by any means however `MediaTypeNames.Text.Html` and `MediaTypeNames.Application.Json` come handy.
10
+
11
+
-[MediaTypeNames - 2](media-type-names-2)
12
+
13
+
Using `FileExtensionContentTypeProvider` to obtain the correct MIME type of a filename extension.
0 commit comments