Implemented interface member:
property
ContentType
Microsoft.AspNetCore.Http.IContentTypeHttpResult.ContentType
1 reference to ContentType
Microsoft.AspNetCore.Components.Endpoints (1)
Results\RazorComponentResultExecutor.cs (1)
27
response.ContentType = result.
ContentType
?? DefaultContentType;