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