4 references to MimeType
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
Data\ContentTypeMapping.cs (1)
27
private readonly string GetDebuggerDisplay() => $"Pattern: {Pattern}, MimeType: {
MimeType
}, Cache: {Cache}, Priority: {Priority}";
Data\ContentTypeProvider.cs (1)
464
log.LogMessage(MessageImportance.Low, $"Matched {relativePath} to {mapping.
MimeType
} using pattern {match.Pattern}");
DefineStaticWebAssetEndpoints.cs (2)
308
if (mapping.
MimeType
!= null)
310
return (mapping.
MimeType
, mapping.Cache);