2 implementations of ContentType
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\BrowserFileFromFormFile.cs (1)
18public string ContentType => formFile.ContentType;
Microsoft.AspNetCore.Components.Web (1)
Forms\InputFile\BrowserFile.cs (1)
32public string ContentType { get; set; } = string.Empty;