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