1 implementation of ContentType
Microsoft.AspNetCore.Http (1)
FormFile.cs (1)
46public string ContentType
4 references to ContentType
Microsoft.AspNetCore.Http.Tests (4)
Features\FormFeatureTests.cs (4)
303Assert.Equal("text/html", file.ContentType); 388Assert.Equal("text/html", file.ContentType); 435Assert.Equal("text/html", file.ContentType); 584Assert.Equal("text/html", file.ContentType);