in webapi confuguration file add line-
var appXMLType= config.Formatters.XmlFormatter.SupportedMediaTypes.FirstOrDefault(t => t.MediaType=="application/xml");
config.Formatters.XmlFormatter.SupportedMediaTypes.Remove(appXMLType);
var appXMLType= config.Formatters.XmlFormatter.SupportedMediaTypes.FirstOrDefault(t => t.MediaType=="application/xml");
config.Formatters.XmlFormatter.SupportedMediaTypes.Remove(appXMLType);
No comments:
Post a Comment