4 references to BinaryContentType
Microsoft.AspNetCore.Http.Results (4)
FileContentHttpResult.cs (1)
64
ContentType = contentType ?? ContentTypeConstants.
BinaryContentType
;
FileStreamHttpResult.cs (1)
70
ContentType = contentType ?? ContentTypeConstants.
BinaryContentType
;
PhysicalFileHttpResult.cs (1)
61
ContentType = contentType ?? ContentTypeConstants.
BinaryContentType
;
VirtualFileHttpResult.cs (1)
66
ContentType = contentType ?? ContentTypeConstants.
BinaryContentType
;