3 implementations of ContentType
Aspire.Dashboard.Components.Tests (1)
Dialogs\InteractionsInputDialogTests.cs (1)
169
public string
ContentType
=> "text/plain";
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;