Create MediaTypeFormatter from Core Input and Output formatter

Viewed 32

Is it possible to create a System.Net.Http.Formatting.MediaTypeFormatter for my Asp.Net Framework API using Microsoft.AspNetCore.Mvc.Formatters (InputFormatter & OutputFormatter).

I am trying to use WebApiContrib.Core.Formatting.ProtoBuf instead of WebApiContrib.Formatting.ProtoBuf in my Framework 4.8 API project.

0 Answers
Related