We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02db6d commit b59fcb6Copy full SHA for b59fcb6
aspnetcore/mvc/advanced/custom-formatters/sample/Startup.cs
@@ -30,7 +30,7 @@ public void ConfigureServices(IServiceCollection services)
30
services.AddMvc(options =>
31
{
32
options.InputFormatters.Insert(0, new VcardInputFormatter());
33
- options.OutputFormatters.Insert(0, new VcardInputFormatter());
+ options.OutputFormatters.Insert(0, new VcardOutputFormatter());
34
});
35
#endregion
36
0 commit comments