1 implementation of TryGetContentType
Microsoft.AspNetCore.StaticFiles (1)
FileExtensionContentTypeProvider.cs (1)
432public bool TryGetContentType(string subpath, [MaybeNullWhen(false)] out string contentType)
1 reference to TryGetContentType
Microsoft.AspNetCore.StaticFiles (1)
StaticFileMiddleware.cs (1)
97if (contentTypeProvider.TryGetContentType(subPath.Value!, out contentType))