1 implementation of ContentType
Microsoft.AspNetCore.Http (1)
FormFile.cs (1)
46public string ContentType
5 references to ContentType
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\BrowserFileFromFormFile.cs (1)
18public string ContentType => formFile.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);