Implemented interface member:
property
ContentType
Microsoft.AspNetCore.Http.IContentTypeHttpResult.ContentType
1 write to ContentType
Microsoft.AspNetCore.Http.Results (1)
Utf8ContentHttpResult.cs (1)
26ContentType = contentType;
1 reference to ContentType
Microsoft.AspNetCore.Http.Results (1)
Utf8ContentHttpResult.cs (1)
65httpContext.Response.ContentType = ContentType ?? ContentTypeConstants.DefaultContentType;