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