crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

How to set only JSON output in WebApiConfig file in App_Start folder?
Question Posted on 18 Oct 2021Home >> API >> API Questions >> How to set only JSON output in WebApiConfig file in App_Start folder?

How to set only JSON output in WebApiConfig file in App_Start folder?
In Web API some time we need only JSON output we can do this by many method but to get only JSON data in browser we use below code to be apply in WebApiConfig file in App_Start folder.
config.Formatters.Remove(config.Formatters.XmlFormatter);
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

How to set only JSON output in WebApiConfig file in App_Start folder?

What are the five main symptoms of Bot Attacks on APIs

What do you mean by Rate Limiting in API?

Step to publish Web API on IIS Server?

Getting error in dotnet "EntityFrameworkCore does not exist in the namespace Microsoft"






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap