6 references to Pattern
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Data\ContentTypeMapping.cs (2)
24
contentTypeMappings.GetMetadata(nameof(
Pattern
)),
27
private readonly string GetDebuggerDisplay() => $"Pattern: {
Pattern
}, MimeType: {MimeType}, Cache: {Cache}, Priority: {Priority}";
Data\ContentTypeProvider.cs (1)
412
_customMappings[mapping.
Pattern
] = mapping;
Microsoft.NET.Sdk.StaticWebAssets.Tests (3)
StaticWebAssets\ContentTypeProviderTests.cs (3)
130
Assert.Equal("*.html", contentType.
Pattern
);
147
Assert.Equal("*.html", contentType.
Pattern
);
164
Assert.Equal("*.js", contentType.
Pattern
);