Implemented interface member:
property
ContentType
Microsoft.AspNetCore.Http.IContentTypeHttpResult.ContentType
1 write to ContentType
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
RazorComponentResultTest.cs (1)
76ContentType = "application/test-content-type",
1 reference to ContentType
Microsoft.AspNetCore.Components.Endpoints (1)
Results\RazorComponentResultExecutor.cs (1)
27response.ContentType = result.ContentType ?? DefaultContentType;