2 instantiations of UnsupportedMediaTypeResult
Microsoft.AspNetCore.Mvc.Core (2)
ConsumesAttribute.cs (1)
123
context.Result = new
UnsupportedMediaTypeResult
();
ModelBinding\UnsupportedContentTypeFilter.cs (1)
31
context.Result = new
UnsupportedMediaTypeResult
();
1 reference to UnsupportedMediaTypeResult
Microsoft.AspNetCore.Mvc.Core (1)
UnsupportedMediaTypeResult.cs (1)
19
/// Creates a new instance of <see cref="
UnsupportedMediaTypeResult
"/>.