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